mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Reformat code
This commit is contained in:
parent
8048a6428b
commit
7dd18bfa11
1 changed files with 1 additions and 1 deletions
|
|
@ -2,8 +2,8 @@ from __future__ import annotations
|
|||
|
||||
from typing import TYPE_CHECKING, Any
|
||||
|
||||
from .custom import DateTime
|
||||
from .base import TelegramObject
|
||||
from .custom import DateTime
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from .user import User
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue