From 792341ea401b573e8a445a64716feda328a9a004 Mon Sep 17 00:00:00 2001 From: Jinghua Yao Date: Wed, 9 Feb 2022 22:21:34 -0800 Subject: [PATCH] clean up unused import --- .../cypress/integration/dashboard/nativeFilters.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/superset-frontend/cypress-base/cypress/integration/dashboard/nativeFilters.test.ts b/superset-frontend/cypress-base/cypress/integration/dashboard/nativeFilters.test.ts index 05ea73e76b7bc..330432c86a1bb 100644 --- a/superset-frontend/cypress-base/cypress/integration/dashboard/nativeFilters.test.ts +++ b/superset-frontend/cypress-base/cypress/integration/dashboard/nativeFilters.test.ts @@ -21,7 +21,6 @@ import { dashboardView, nativeFilters } from 'cypress/support/directories'; import { testItems } from './dashboard.helper'; import { DASHBOARD_LIST } from '../dashboard_list/dashboard_list.helper'; import { CHART_LIST } from '../chart_list/chart_list.helper'; -import { FORM_DATA_DEFAULTS } from '../explore/visualizations/shared.helper'; const getTestTitle = ( test: Mocha.Suite = (Cypress as any).mocha.getRunner().suite.ctx.test,