Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
e3rd committed Jan 28, 2025
1 parent 34422e6 commit a6efcaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mininterface/auxiliary.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ def subclass_matches_annotation(cls, annotation) -> bool:
return issubclass(cls, annotation) # TODO tuple[int, str] is not a class
except Exception:
print("135: cls, annotation", cls, " ––– ", annotation) # TODO
raise


def serialize_structure(obj):
Expand Down

0 comments on commit a6efcaf

Please sign in to comment.