Skip to content

Commit 1d065f6

Browse files
Fix linting issue
1 parent 81d3140 commit 1d065f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/restate/serde.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ def from_dict(a,b): # pylint: disable=too-few-public-methods,unused-argument
6060
return to_dict, from_dict
6161

6262
PydanticBaseModel = try_import_pydantic_base_model()
63+
# pylint: disable=C0103
6364
DaciteToDict, DaciteFromDict = try_import_from_dacite()
6465

6566
T = typing.TypeVar('T')

0 commit comments

Comments
 (0)