From b7edd68497259caa00e5e0b6edfbbb266e3d983f Mon Sep 17 00:00:00 2001 From: justin-park Date: Tue, 11 Apr 2023 14:23:14 -0700 Subject: [PATCH] remove unused --- superset-frontend/src/SqlLab/components/SqlEditor/index.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/superset-frontend/src/SqlLab/components/SqlEditor/index.jsx b/superset-frontend/src/SqlLab/components/SqlEditor/index.jsx index 83a7b126df370..ba6d89511d1b5 100644 --- a/superset-frontend/src/SqlLab/components/SqlEditor/index.jsx +++ b/superset-frontend/src/SqlLab/components/SqlEditor/index.jsx @@ -49,7 +49,6 @@ import { persistEditorHeight, postStopQuery, queryEditorSetAutorun, - queryEditorSetSql, queryEditorSetAndSaveSql, queryEditorSetTemplateParams, runQueryFromSqlEditor,