mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Add missed ChatPermissions to __all__ (#393)
* new: add missed ChatPermissions to __all__ * ref: standardize all __all__
This commit is contained in:
parent
7f053412bf
commit
5b40a2b8cf
7 changed files with 30 additions and 29 deletions
|
|
@ -2,8 +2,8 @@ from . import api
|
|||
from .base import BaseBot
|
||||
from .bot import Bot
|
||||
|
||||
__all__ = [
|
||||
__all__ = (
|
||||
'BaseBot',
|
||||
'Bot',
|
||||
'api'
|
||||
]
|
||||
'api',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue