Reformat code. Use rel imports.

This commit is contained in:
Alex Root Junior 2017-05-26 07:55:05 +03:00
parent ab7934f333
commit 4dba8f534e
21 changed files with 44 additions and 46 deletions

View file

@ -1,5 +1,5 @@
from aiogram.types.photo_size import PhotoSize
from . import Deserializable, deserialize
from . import Deserializable
from .photo_size import PhotoSize
class Document(Deserializable):