Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
john-bodley authored Jun 19, 2022
1 parent 068f409 commit 210d611
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions superset/db_engine_specs/trino.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# specific language governing permissions and limitations
# under the License.
import logging
import time
from typing import Any, Dict, List, Optional, TYPE_CHECKING

import simplejson as json
Expand All @@ -24,7 +23,6 @@
from sqlalchemy.engine.url import URL
from sqlalchemy.orm import Session

from superset.common.db_query_status import QueryStatus
from superset.databases.utils import make_url_safe
from superset.db_engine_specs.base import BaseEngineSpec
from superset.db_engine_specs.presto import PrestoEngineSpec
Expand Down

0 comments on commit 210d611

Please sign in to comment.