fix: Removes duplicated import in dashboard filter state tests (#17887)

This commit is contained in:
Michael S. Molina 2021-12-29 13:10:56 -03:00 committed by GitHub
parent 886e4ef7f5
commit 8ebec6016e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ import pytest
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