Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar committed Jan 28, 2021
1 parent 0c9aeda commit 8db9de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/utils/celery.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
import logging
from typing import Iterator

from contextlib2 import contextmanager
from sqlalchemy import create_engine
from sqlalchemy.exc import SQLAlchemyError
from contextlib2 import contextmanager
from sqlalchemy.orm import Session, sessionmaker
from sqlalchemy.pool import NullPool

Expand Down

0 comments on commit 8db9de0

Please sign in to comment.