mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Fix object item assignment.
This commit is contained in:
parent
89dc148ef5
commit
4bf5409295
2 changed files with 5 additions and 7 deletions
|
|
@ -71,7 +71,7 @@ class BaseField(metaclass=abc.ABCMeta):
|
|||
pass
|
||||
|
||||
@abc.abstractmethod
|
||||
def deserialize(self, value):
|
||||
def deserialize(self, value, parent=None):
|
||||
"""Deserialize python object value to TelegramObject value"""
|
||||
pass
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue