mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
chore(pylint): Reenable import-outside-toplevel check (#16263)
Co-authored-by: John Bodley <john.bodley@airbnb.com>
This commit is contained in:
@@ -50,6 +50,7 @@ def ensure_user_is_set(user_id: Optional[int]) -> None:
|
||||
def load_chart_data_into_cache(
|
||||
job_metadata: Dict[str, Any], form_data: Dict[str, Any],
|
||||
) -> None:
|
||||
# pylint: disable=import-outside-toplevel
|
||||
from superset.charts.commands.data import ChartDataCommand
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user