We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a708162 commit 79069b5Copy full SHA for 79069b5
sqlmodel/sql/expression.py
@@ -1,6 +1,5 @@
1
# WARNING: do not modify this code, it is generated by expression.py.jinja2
2
3
-import sys
4
from datetime import datetime
5
from typing import (
6
TYPE_CHECKING,
@@ -12,7 +11,6 @@
12
11
Type,
13
TypeVar,
14
Union,
15
- cast,
16
overload,
17
)
18
from uuid import UUID
sqlmodel/sql/expression.py.jinja2
@@ -1,4 +1,3 @@
@@ -10,7 +9,6 @@ from typing import (
10
9
0 commit comments