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 b867ad7 commit 68beb72Copy full SHA for 68beb72
sqlmodel/main.py
@@ -570,7 +570,7 @@ def get_config(name: str) -> Any:
570
annotated_field = next(
571
ann
572
for c in new_cls.__mro__
573
- if (ann := get_annotations(c.__dict__).get(k))
+ if (ann := get_annotations(c.__dict__).get(k)) # type: ignore[arg-type]
574
)
575
annotated_field_meta = getattr(
576
annotated_field, "__metadata__", (())
0 commit comments