Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
farahats9 committed Mar 24, 2023
1 parent 48ddc61 commit b48423f
Showing 1 changed file with 0 additions and 2 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

0 comments on commit b48423f

Please sign in to comment.