Skip to content

Commit 8b629d6

Browse files
authored
apply formatting
1 parent 96199fa commit 8b629d6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

sqlmodel/main.py

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

0 commit comments

Comments
 (0)