mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Sort items in aiogram.types.__all__
This commit is contained in:
parent
f9c1ce35bb
commit
ce2d862333
2 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import abc
|
||||
import datetime
|
||||
|
||||
__all__ = ('BaseField', 'Field', 'ListField', 'DateTimeField')
|
||||
__all__ = ('BaseField', 'Field', 'ListField', 'DateTimeField', 'TextField', 'ListOfLists')
|
||||
|
||||
|
||||
class BaseField(metaclass=abc.ABCMeta):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue