Skip to content

Commit e479c7f

Browse files
committed
type hinting (cosmetic fix)
1 parent a30411c commit e479c7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

telegram/utils/request.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
from telegram.error import Unauthorized, NetworkError, TimedOut, BadRequest
3030

3131
_CON_POOL = None
32+
""":type: urllib3.HTTPSConnectionPool"""
3233
CON_POOL_SIZE = 1
3334

3435

0 commit comments

Comments
 (0)