mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-13 02:19:54 +00:00
Oops.
This commit is contained in:
parent
e2dca9da0d
commit
adb8d8c17a
1 changed files with 0 additions and 2 deletions
|
|
@ -66,7 +66,6 @@ class Deserializable:
|
|||
if hasattr(attr, 'de_json'):
|
||||
attr.parent = self
|
||||
|
||||
|
||||
@classmethod
|
||||
def de_json(cls, raw_data):
|
||||
"""
|
||||
|
|
@ -104,4 +103,3 @@ class Deserializable:
|
|||
if isinstance(obj, list):
|
||||
return deserialize_array(cls, obj)
|
||||
return deserialize(cls, obj)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue