mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-15 20:02:22 +00:00
Reformat code. Use rel imports.
This commit is contained in:
parent
ab7934f333
commit
4dba8f534e
21 changed files with 44 additions and 46 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue