refactor(chart.commands): separate commands into two different modules (#17509)

refactor: move imports under TYPE_CHECKING
This commit is contained in:
ofekisr
2021-11-22 19:57:52 +02:00
committed by GitHub
parent b750204984
commit 16e012fe5d
9 changed files with 70 additions and 26 deletions

View File

@@ -23,7 +23,7 @@ from celery.exceptions import SoftTimeLimitExceeded
from flask import g
from superset.charts.commands.exceptions import ChartDataQueryFailedError
from superset.charts.data.commands import ChartDataCommand
from superset.charts.data.commands.get_data_command import ChartDataCommand
from superset.exceptions import SupersetException
from superset.extensions import async_query_manager, security_manager
from superset.tasks import async_queries