Skip to content

Commit 96199fa

Browse files
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
1 parent e76daeb commit 96199fa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sqlmodel/main.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,9 @@
9797
Mapping[int, Union["IncEx", bool]],
9898
Mapping[str, Union["IncEx", bool]],
9999
]
100-
SaTypeOrInstance: TypeAlias = Union[TypeEngine[Any], Type[TypeEngine[Any]], SchemaEventTarget]
100+
SaTypeOrInstance: TypeAlias = Union[
101+
TypeEngine[Any], Type[TypeEngine[Any]], SchemaEventTarget
102+
]
101103
OnDeleteType = Literal["CASCADE", "SET NULL", "RESTRICT"]
102104

103105

0 commit comments

Comments
 (0)