mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-13 18:43:53 +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,7 +1,7 @@
|
|||
from aiogram.types.animation import Animation
|
||||
from aiogram.types.message_entity import MessageEntity
|
||||
from aiogram.types.photo_size import PhotoSize
|
||||
from . import Deserializable
|
||||
from .animation import Animation
|
||||
from .message_entity import MessageEntity
|
||||
from .photo_size import PhotoSize
|
||||
|
||||
|
||||
class Game(Deserializable):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue