Skip to content

Commit

Permalink
♻️ Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Jul 29, 2023
1 parent 627089e commit 2f609f1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions sqlmodel/sql/expression.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# WARNING: do not modify this code, it is generated by expression.py.jinja2

import sys
from datetime import datetime
from typing import (
TYPE_CHECKING,
Expand All @@ -12,7 +11,6 @@
Type,
TypeVar,
Union,
cast,
overload,
)
from uuid import UUID
Expand Down
2 changes: 0 additions & 2 deletions sqlmodel/sql/expression.py.jinja2
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import sys
from datetime import datetime
from typing import (
TYPE_CHECKING,
Expand All @@ -10,7 +9,6 @@ from typing import (
Type,
TypeVar,
Union,
cast,
overload,
)
from uuid import UUID
Expand Down

0 comments on commit 2f609f1

Please sign in to comment.