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 9de3d86 commit 0b279c0Copy full SHA for 0b279c0
sqlmodel/main.py
@@ -598,7 +598,7 @@ def sqlmodel_rebuild(cls) -> None:
598
reg._dispose_manager_and_mapper(m)
599
del reg._managers[m]
600
601
- return cls.__do_init__(cls.__name__, cls.__bases__, cls.__dict__) # type: ignore (Dict vs Mapping)
+ return cls.__do_init__(cls.__name__, cls.__bases__, cls.__dict__) # type: ignore # Dict vs Mapping
602
603
# Override SQLAlchemy, allow both SQLAlchemy and plain Pydantic models
604
def __do_init__(
0 commit comments