mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +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:
@@ -17,11 +17,10 @@
|
||||
# type: ignore
|
||||
"""Unit tests for Superset"""
|
||||
|
||||
import json
|
||||
from unittest.mock import patch
|
||||
|
||||
from superset import security_manager
|
||||
from superset.utils import slack # noqa: F401
|
||||
from superset.utils import json, slack # noqa: F401
|
||||
from tests.integration_tests.base_tests import SupersetTestCase
|
||||
from tests.integration_tests.conftest import with_config
|
||||
from tests.integration_tests.constants import ADMIN_USERNAME
|
||||
|
||||
Reference in New Issue
Block a user