Set correct type hint
This commit is contained in:
parent
f8b272a925
commit
cce937e54b
@ -87,7 +87,7 @@ class Session:
|
|||||||
test_mode: bool,
|
test_mode: bool,
|
||||||
proxy: type,
|
proxy: type,
|
||||||
auth_key: bytes,
|
auth_key: bytes,
|
||||||
api_id: str,
|
api_id: int,
|
||||||
is_cdn: bool = False,
|
is_cdn: bool = False,
|
||||||
client: pyrogram = None):
|
client: pyrogram = None):
|
||||||
if not Session.notice_displayed:
|
if not Session.notice_displayed:
|
||||||
|
Loading…
Reference in New Issue
Block a user