Skip to content

Commit 7e1c76f

Browse files
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
1 parent 93d3756 commit 7e1c76f

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
@@ -647,7 +647,7 @@ def __init__(
647647

648648
class SchemaEnum(sa_Enum):
649649
def __init__(self, *args, **kwargs):
650-
kwargs['inherit_schema'] = True
650+
kwargs["inherit_schema"] = True
651651
super().__init__(*args, **kwargs)
652652

653653

0 commit comments

Comments
 (0)