mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 04:52:30 +00:00
Significantly clean-up imports
Sure wish I would've automated this.
This commit is contained in:
@@ -2,8 +2,8 @@ import asyncio
|
||||
import logging
|
||||
|
||||
from pytest import LogCaptureFixture, mark
|
||||
from telethon._impl.mtproto.transport.full import Full
|
||||
from telethon._impl.mtsender.sender import connect
|
||||
from telethon._impl.mtproto import Full
|
||||
from telethon._impl.mtsender import connect
|
||||
from telethon._impl.tl import LAYER, abcs, functions, types
|
||||
|
||||
TELEGRAM_TEST_DC_2 = "149.154.167.40:443"
|
||||
|
Reference in New Issue
Block a user