mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
refactor: Unify all json.(loads|dumps) usage to utils.json (#28702)
Co-authored-by: Eyal Ezer <eyal.ezer@ge.com>
This commit is contained in:
@@ -16,13 +16,12 @@
|
||||
# under the License.
|
||||
"""Unit tests for Superset with caching"""
|
||||
|
||||
import json
|
||||
|
||||
import pytest
|
||||
|
||||
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
|
||||
from tests.integration_tests.base_tests import SupersetTestCase
|
||||
from tests.integration_tests.constants import ADMIN_USERNAME
|
||||
from tests.integration_tests.fixtures.birth_names_dashboard import (
|
||||
|
||||
Reference in New Issue
Block a user