Skip to content

Commit b48423f

Browse files
committed
remove unused imports
1 parent 48ddc61 commit b48423f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sqlmodel/sql/expression.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# WARNING: do not modify this code, it is generated by expression.py.jinja2
22

3-
import sys
43
from datetime import datetime
54
from typing import (
65
TYPE_CHECKING,
@@ -12,7 +11,6 @@
1211
Type,
1312
TypeVar,
1413
Union,
15-
cast,
1614
overload,
1715
)
1816
from uuid import UUID

0 commit comments

Comments
 (0)