mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
style: __all__ applied formatting
This commit is contained in:
parent
05872d4ab9
commit
651178242d
1 changed files with 9 additions and 2 deletions
|
|
@ -1,7 +1,14 @@
|
|||
from __future__ import annotations
|
||||
|
||||
__all__ = ['MetaTelegramObject', 'TelegramObject', 'InputFile', 'String',
|
||||
'Integer', 'Float', 'Boolean']
|
||||
__all__ = [
|
||||
'Boolean',
|
||||
'Float',
|
||||
'InputFile',
|
||||
'Integer',
|
||||
'MetaTelegramObject',
|
||||
'String',
|
||||
'TelegramObject',
|
||||
]
|
||||
|
||||
import io
|
||||
import logging
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue