mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Update fields.py
This commit is contained in:
parent
f1bae5c50f
commit
08278558e8
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ class Field(BaseField):
|
|||
|
||||
class ListField(Field):
|
||||
"""
|
||||
Field contains list of objects
|
||||
The field contains a list of objects
|
||||
"""
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue