chore: unblock ci on postgres lint (#17705)

This commit is contained in:
Ville Brofeldt 2021-12-09 16:12:46 +02:00 committed by GitHub
parent 04e3cfa607
commit 1af99eabc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ from typing import (
)
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