Skip to content

Commit 6c95e05

Browse files
🎨 Auto format
1 parent 3ce918a commit 6c95e05

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

sqlmodel/main.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,9 @@
8989
| Mapping[int, Union["IncEx", bool]]
9090
| Mapping[str, Union["IncEx", bool]]
9191
)
92-
SaTypeOrInstance: TypeAlias = Union[
93-
TypeEngine[Any],
94-
type[TypeEngine[Any]],
95-
SchemaEventTarget,
96-
]
92+
SaTypeOrInstance: TypeAlias = (
93+
TypeEngine[Any] | type[TypeEngine[Any]] | SchemaEventTarget
94+
)
9795
OnDeleteType = Literal["CASCADE", "SET NULL", "RESTRICT"]
9896

9997

0 commit comments

Comments
 (0)