Skip to content

Commit d49a0d6

Browse files
Updated formatting to resolve E125 lint error
1 parent d37b852 commit d49a0d6

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
@@ -510,7 +510,7 @@ def __init__(__pydantic_self__, **data: Any) -> None:
510510
if ((not getattr(__pydantic_self__.__config__, "table", False)
511511
or getattr(__pydantic_self__.__config__, "validate", False))
512512
and validation_error
513-
):
513+
):
514514
raise validation_error
515515
# Do not set values as in Pydantic, pass them through setattr, so SQLAlchemy
516516
# can handle them

0 commit comments

Comments
 (0)