Skip to content

Commit 9f34cc5

Browse files
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
1 parent c17a72a commit 9f34cc5

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
@@ -839,7 +839,7 @@ def __tablename__(cls) -> str:
839839
return cls.__name__.lower()
840840

841841
@classmethod
842-
def model_validate( # type: ignore[override]
842+
def model_validate( # type: ignore[override]
843843
cls: Type[_TSQLModel],
844844
obj: Any,
845845
*,

0 commit comments

Comments
 (0)