mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 20:14:51 +00:00
Pyrofork: Add missing import #37
This commit is contained in:
parent
45cabf3c09
commit
79e6db333f
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ from pyrogram.errors import CDNFileHashMismatch
|
|||
from pyrogram.errors import (
|
||||
SessionPasswordNeeded,
|
||||
VolumeLocNotFound, ChannelPrivate,
|
||||
BadRequest
|
||||
BadRequest, ListenerTimeout,
|
||||
)
|
||||
from pyrogram.handlers.handler import Handler
|
||||
from pyrogram.methods import Methods
|
||||
|
|
|
|||
Loading…
Reference in a new issue