type hinting (cosmetic fix)

This commit is contained in:
Noam Meltzer 2016-06-17 23:59:32 +03:00
parent a30411c9fa
commit e479c7f25e

View file

@ -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