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 81d3140 commit 1d065f6Copy full SHA for 1d065f6
python/restate/serde.py
@@ -60,6 +60,7 @@ def from_dict(a,b): # pylint: disable=too-few-public-methods,unused-argument
60
return to_dict, from_dict
61
62
PydanticBaseModel = try_import_pydantic_base_model()
63
+# pylint: disable=C0103
64
DaciteToDict, DaciteFromDict = try_import_from_dacite()
65
66
T = typing.TypeVar('T')
0 commit comments