chore: use official isort in pre-commmit (#17215)

This commit is contained in:
Yongjie Zhao
2021-10-25 10:57:38 +01:00
committed by GitHub
parent 31085e34ce
commit 4f1d202430
15 changed files with 31 additions and 28 deletions

View File

@@ -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,