2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-28 12:57:52 +00:00

Remove unused imports

This commit is contained in:
Dan 2018-03-19 03:38:09 +01:00
parent 299d6aca5c
commit 2deea2e4a6

View File

@ -46,7 +46,6 @@ from pyrogram.api.errors import (
VolumeLocNotFound, UserMigrate)
from pyrogram.api.types import (
User, Chat, Channel,
PeerUser, PeerChannel,
InputPeerEmpty, InputPeerSelf,
InputPeerUser, InputPeerChat, InputPeerChannel
)