Skip to content

Commit 6ea9af6

Browse files
committed
lint
1 parent a895b28 commit 6ea9af6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

superset/connectors/sqla/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
from uuid import UUID
3434

3535
import sqlparse
36-
from superset.constants import LRU_CACHE_MAX_SIZE
3736
from flask_babel import lazy_gettext as _
3837
from sqlalchemy.engine.url import URL as SqlaURL
3938
from sqlalchemy.exc import NoSuchTableError
@@ -42,6 +41,7 @@
4241
from sqlalchemy.orm.exc import ObjectDeletedError
4342
from sqlalchemy.sql.type_api import TypeEngine
4443

44+
from superset.constants import LRU_CACHE_MAX_SIZE
4545
from superset.errors import ErrorLevel, SupersetError, SupersetErrorType
4646
from superset.exceptions import (
4747
SupersetGenericDBErrorException,

superset/jinja_context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
Union,
3131
)
3232

33-
from superset.constants import LRU_CACHE_MAX_SIZE
3433
from flask import current_app, g, has_request_context, request
3534
from flask_babel import gettext as _
3635
from jinja2 import DebugUndefined
@@ -39,6 +38,7 @@
3938
from sqlalchemy.types import String
4039
from typing_extensions import TypedDict
4140

41+
from superset.constants import LRU_CACHE_MAX_SIZE
4242
from superset.datasets.commands.exceptions import DatasetNotFoundError
4343
from superset.exceptions import SupersetTemplateException
4444
from superset.extensions import feature_flag_manager

0 commit comments

Comments
 (0)