mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-09 09:22:03 +00:00
Reorders import.
This commit is contained in:
parent
f50fc15c59
commit
63a38d52a0
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
from aiogram.utils import markdown
|
|
||||||
from .base import Deserializable
|
from .base import Deserializable
|
||||||
from .user import User
|
from .user import User
|
||||||
|
from ..utils import markdown
|
||||||
|
|
||||||
|
|
||||||
class MessageEntity(Deserializable):
|
class MessageEntity(Deserializable):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue