Skip to content

Commit 5befdc3

Browse files
Update dispatcher.py
1 parent 0e99547 commit 5befdc3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyrogram/dispatcher.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -407,9 +407,9 @@ async def handle_update_handler_exception(
407407
self,
408408
exc: Exception,
409409
update_handler: Handler,
410-
update: pyrogram.raw.base.Update,
411-
users: Dict[int, pyrogram.raw.base.User],
412-
chats: Dict[int, pyrogram.raw.base.Chat]
410+
update: "pyrogram.raw.base.Update",
411+
users: Dict[int, "pyrogram.raw.base.User"],
412+
chats: Dict[int, "pyrogram.raw.base.Chat"]
413413
) -> None:
414414
handled = False
415415
try:

0 commit comments

Comments
 (0)