Skip to content

Commit 0b279c0

Browse files
committed
type: ignore syntax
1 parent 9de3d86 commit 0b279c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlmodel/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ def sqlmodel_rebuild(cls) -> None:
598598
reg._dispose_manager_and_mapper(m)
599599
del reg._managers[m]
600600

601-
return cls.__do_init__(cls.__name__, cls.__bases__, cls.__dict__) # type: ignore (Dict vs Mapping)
601+
return cls.__do_init__(cls.__name__, cls.__bases__, cls.__dict__) # type: ignore # Dict vs Mapping
602602

603603
# Override SQLAlchemy, allow both SQLAlchemy and plain Pydantic models
604604
def __do_init__(

0 commit comments

Comments
 (0)