mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 20:14:51 +00:00
Set correct type hint
This commit is contained in:
parent
f8b272a925
commit
cce937e54b
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue