mirror of
https://github.com/apache/superset.git
synced 2026-06-04 07:09:22 +00:00
chore: proper current_app.config proxy usage (#34345)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
committed by
GitHub
parent
6c9cda758a
commit
cb27d5fe8d
@@ -17,8 +17,8 @@
|
||||
"""Unit tests for Superset with caching"""
|
||||
|
||||
import pytest
|
||||
from flask import current_app as app
|
||||
|
||||
from superset import app, db # noqa: F401
|
||||
from superset.common.db_query_status import QueryStatus
|
||||
from superset.extensions import cache_manager
|
||||
from superset.utils import json
|
||||
|
||||
Reference in New Issue
Block a user