Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
betodealmeida committed Feb 10, 2021
1 parent 1a1ca4c commit 0b978ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions superset/utils/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
Any,
Callable,
cast,
ContextManager,
Dict,
Iterable,
Iterator,
Expand Down Expand Up @@ -84,7 +83,7 @@
from sqlalchemy.sql.type_api import Variant
from sqlalchemy.types import TEXT, TypeDecorator

import _thread
import _thread # pylint: disable=C0411
from superset.errors import ErrorLevel, SupersetErrorType
from superset.exceptions import (
CertificateException,
Expand Down

0 comments on commit 0b978ff

Please sign in to comment.