We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2646a6d commit 3db58beCopy full SHA for 3db58be
aredis_om/model/encoders.py
@@ -90,7 +90,7 @@ def jsonable_encoder(
90
sqlalchemy_safe=sqlalchemy_safe,
91
)
92
if dataclasses.is_dataclass(obj):
93
- return dataclasses.asdict(obj) # type: ignore[call-overload]
+ return dataclasses.asdict(obj) # type: ignore
94
if isinstance(obj, Enum):
95
return obj.value
96
if isinstance(obj, PurePath):
0 commit comments