mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2026-09-08 09:51:57 +00:00
Optimize imports
This commit is contained in:
@@ -118,10 +118,6 @@ class Connection:
|
||||
def close(self):
|
||||
self.conn.close()
|
||||
|
||||
def get_client_delay(self):
|
||||
"""Gets the client read delay"""
|
||||
return self.conn.delay
|
||||
|
||||
# region Receive message implementations
|
||||
|
||||
def recv(self):
|
||||
|
||||
Reference in New Issue
Block a user