mirror of
https://github.com/apache/superset.git
synced 2026-04-21 00:54:44 +00:00
chore: use official isort in pre-commmit (#17215)
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
# under the License.
|
||||
"""Utility functions used across Superset"""
|
||||
# pylint: disable=too-many-lines
|
||||
import _thread # pylint: disable=C0411
|
||||
import collections
|
||||
import decimal
|
||||
import errno
|
||||
@@ -85,7 +86,6 @@ from sqlalchemy.sql.type_api import Variant
|
||||
from sqlalchemy.types import TEXT, TypeDecorator, TypeEngine
|
||||
from typing_extensions import TypedDict, TypeGuard
|
||||
|
||||
import _thread # pylint: disable=C0411
|
||||
from superset.constants import (
|
||||
EXAMPLES_DB_UUID,
|
||||
EXTRA_FORM_DATA_APPEND_KEYS,
|
||||
|
||||
Reference in New Issue
Block a user