2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-22 18:07:21 +00:00

Remove unused variables

This commit is contained in:
Dan 2022-12-24 17:26:40 +01:00
parent 91160bf834
commit deb560a051

View File

@ -45,9 +45,6 @@ class TCP:
self.reader = None # type: asyncio.StreamReader
self.writer = None # type: asyncio.StreamWriter
self.lock = asyncio.Lock()
self.loop = asyncio.get_event_loop()
if proxy:
hostname = proxy.get("hostname")