From 016e65c4c34596d52c616345e8195f0c6603e1e1 Mon Sep 17 00:00:00 2001 From: "Michael S. Molina" Date: Wed, 29 Dec 2021 07:21:05 -0300 Subject: [PATCH] fix: Removes duplicated import in dashboard filter state tests --- tests/integration_tests/dashboards/filter_state/api_tests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration_tests/dashboards/filter_state/api_tests.py b/tests/integration_tests/dashboards/filter_state/api_tests.py index bd0e2e7d97753..dce06205923ae 100644 --- a/tests/integration_tests/dashboards/filter_state/api_tests.py +++ b/tests/integration_tests/dashboards/filter_state/api_tests.py @@ -21,7 +21,6 @@ from flask_appbuilder.security.sqla.models import User from sqlalchemy.orm import Session -from superset import app from superset.dashboards.commands.exceptions import DashboardAccessDeniedError from superset.dashboards.filter_state.commands.entry import Entry from superset.extensions import cache_manager