mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-21 22:56:38 +01:00
type hinting (cosmetic fix)
This commit is contained in:
parent
a30411c9fa
commit
e479c7f25e
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ from telegram import (InputFile, TelegramError)
|
|||
from telegram.error import Unauthorized, NetworkError, TimedOut, BadRequest
|
||||
|
||||
_CON_POOL = None
|
||||
""":type: urllib3.HTTPSConnectionPool"""
|
||||
CON_POOL_SIZE = 1
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue