diff --git a/telethon/network/__init__.py b/telethon/network/__init__.py index f4bd72d0..e8070b21 100644 --- a/telethon/network/__init__.py +++ b/telethon/network/__init__.py @@ -7,5 +7,5 @@ from .authenticator import do_authentication from .mtprotosender import MTProtoSender from .connection import ( ConnectionTcpFull, ConnectionTcpAbridged, ConnectionTcpObfuscated, - ConnectionTcpIntermediate + ConnectionTcpIntermediate, ConnectionHttp )