mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-23 10:28:00 +00:00
Remove unused variables
This commit is contained in:
parent
91160bf834
commit
deb560a051
@ -45,9 +45,6 @@ class TCP:
|
|||||||
self.reader = None # type: asyncio.StreamReader
|
self.reader = None # type: asyncio.StreamReader
|
||||||
self.writer = None # type: asyncio.StreamWriter
|
self.writer = None # type: asyncio.StreamWriter
|
||||||
|
|
||||||
self.lock = asyncio.Lock()
|
|
||||||
self.loop = asyncio.get_event_loop()
|
|
||||||
|
|
||||||
if proxy:
|
if proxy:
|
||||||
hostname = proxy.get("hostname")
|
hostname = proxy.get("hostname")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user