Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
bailliekova committed Feb 1, 2025
1 parent e2288a1 commit c1faef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gerrydb_meta/crud/geography.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from typing import Collection

from geoalchemy2.elements import WKBElement
from sqlalchemy import and_, insert, or_, update, text
from sqlalchemy import and_, insert, or_, update
from sqlalchemy.exc import StatementError
from sqlalchemy.orm import Session

Expand Down

0 comments on commit c1faef5

Please sign in to comment.