Skip to content

Commit a6efcaf

Browse files
committed
WIP
1 parent 34422e6 commit a6efcaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mininterface/auxiliary.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ def subclass_matches_annotation(cls, annotation) -> bool:
133133
return issubclass(cls, annotation) # TODO tuple[int, str] is not a class
134134
except Exception:
135135
print("135: cls, annotation", cls, " ––– ", annotation) # TODO
136+
raise
136137

137138

138139
def serialize_structure(obj):

0 commit comments

Comments
 (0)