Skip to content

Commit

Permalink
siegfried - fix type operator
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoCampinoti94 committed Oct 17, 2023
1 parent 16fa857 commit 434e430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acacore/siegfried/siegfried.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def sort_tuple(self) -> tuple[int, int, int, int, int]:
# noinspection PyNestedDecorators
@model_validator(mode="before")
@classmethod
def unknown_id(cls, data: dict | object):
def unknown_id(cls, data: object):
if isinstance(data, dict):
return {
**data,
Expand Down

0 comments on commit 434e430

Please sign in to comment.