Skip to content

Commit

Permalink
Pyrofork: Add missing import #37
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonymousX1025 authored and wulan17 committed Dec 12, 2023
1 parent 45cabf3 commit 79e6db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyrogram/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
from pyrogram.errors import (
SessionPasswordNeeded,
VolumeLocNotFound, ChannelPrivate,
BadRequest
BadRequest, ListenerTimeout,
)
from pyrogram.handlers.handler import Handler
from pyrogram.methods import Methods
Expand Down

0 comments on commit 79e6db3

Please sign in to comment.