Skip to content

Commit

Permalink
remove unused sqla imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed Feb 4, 2024
1 parent 50c616c commit 774a712
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from sqlalchemy import Index, Integer, Text
from sqlalchemy import Index
from sqlalchemy.orm import Mapped, mapped_column
from typing import Optional

Expand Down

0 comments on commit 774a712

Please sign in to comment.