Skip to content

Commit

Permalink
chore: unblock ci on postgres lint (#17705)
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro authored Dec 9, 2021
1 parent 04e3cfa commit 1af99ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/db_engine_specs/postgres.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
)

from flask_babel import gettext as __
from pytz import _FixedOffset # type: ignore
from pytz import _FixedOffset
from sqlalchemy.dialects.postgresql import ARRAY, DOUBLE_PRECISION, ENUM, JSON
from sqlalchemy.dialects.postgresql.base import PGInspector
from sqlalchemy.types import String, TypeEngine
Expand Down

0 comments on commit 1af99ea

Please sign in to comment.