Set correct type hint

This commit is contained in:
Dan 2018-04-05 11:43:56 +02:00
parent f8b272a925
commit cce937e54b

View File

@ -87,7 +87,7 @@ class Session:
test_mode: bool,
proxy: type,
auth_key: bytes,
api_id: str,
api_id: int,
is_cdn: bool = False,
client: pyrogram = None):
if not Session.notice_displayed: