mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-01 21:24:50 +00:00
Add type hint
This commit is contained in:
parent
dc322ddf1a
commit
6ab60c0d36
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ class Connection:
|
|||
self.proxy = proxy
|
||||
self.mode = self.MODES.get(mode, TCPAbridged)
|
||||
|
||||
self.connection = None
|
||||
self.connection = None # type: TCP
|
||||
|
||||
async def connect(self):
|
||||
for i in range(Connection.MAX_RETRIES):
|
||||
|
|
|
|||
Loading…
Reference in a new issue