Fix command handler return hints

This commit is contained in:
Tulir Asokan
2019-08-04 01:51:09 +03:00
parent d8653961af
commit 05f906427e
5 changed files with 39 additions and 36 deletions
+2 -3
View File
@@ -19,9 +19,8 @@ import logging
import asyncio
import re
from telethon.tl.types import (
TypeUpdate, UpdateNewMessage, UpdateNewChannelMessage, PeerUser,
UpdateShortChatMessage, UpdateShortMessage, User as TLUser)
from telethon.tl.types import (TypeUpdate, UpdateNewMessage, UpdateNewChannelMessage, PeerUser,
UpdateShortChatMessage, UpdateShortMessage, User as TLUser)
from telethon.tl.types.contacts import ContactsNotModified
from telethon.tl.functions.contacts import GetContactsRequest, SearchRequest
from telethon.tl.functions.account import UpdateStatusRequest