Skip to content

Commit

Permalink
Merge pull request #37 from AnonymousX1025/patch-1
Browse files Browse the repository at this point in the history
Missing import
  • Loading branch information
wulan17 authored Dec 12, 2023
2 parents 0b131cc + 9b2d2b2 commit 96f9676
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 96f9676

Please sign in to comment.