chore: remove directory importexport (#11531)

This commit is contained in:
Beto Dealmeida
2020-11-03 17:10:52 -08:00
committed by GitHub
parent 15111db6c5
commit 1ebeffa104
6 changed files with 5 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ from werkzeug.utils import secure_filename
from superset.databases.commands.exceptions import DatabaseNotFoundError
from superset.databases.dao import DatabaseDAO
from superset.importexport.commands.base import ExportModelsCommand
from superset.commands.export import ExportModelsCommand
from superset.models.core import Database
from superset.utils.dict_import_export import IMPORT_EXPORT_VERSION