Skip to content

Commit

Permalink
Remove unused import.
Browse files Browse the repository at this point in the history
  • Loading branch information
SpacemanPaul authored and omad committed Mar 15, 2024
1 parent c203f71 commit ea3068d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datacube/drivers/postgis/_api.py
Expand Up @@ -23,7 +23,7 @@
from sqlalchemy.sql.expression import Select
from sqlalchemy import select, text, and_, or_, func
from sqlalchemy.dialects.postgresql import INTERVAL
from sqlalchemy.exc import IntegrityError, AmbiguousForeignKeysError
from sqlalchemy.exc import IntegrityError
from sqlalchemy.engine import Row

from typing import Iterable, Sequence, Optional, Set, Any
Expand Down

0 comments on commit ea3068d

Please sign in to comment.