Skip to content

Commit ccbb92a

Browse files
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
1 parent 5d1bf5c commit ccbb92a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sqlmodel/main.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -551,9 +551,7 @@ def __new__(
551551
base_annotations.update(dict_used["__annotations__"])
552552
dict_used["__annotations__"] = base_annotations
553553
base_fields.update(dict_used)
554-
new_cls = super().__new__(
555-
cls, name, bases, base_fields, **config_kwargs
556-
)
554+
new_cls = super().__new__(cls, name, bases, base_fields, **config_kwargs)
557555
new_cls.__annotations__ = {
558556
**relationship_annotations,
559557
**pydantic_annotations,

0 commit comments

Comments
 (0)