mirror of
https://github.com/apache/superset.git
synced 2026-04-20 16:44:46 +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,13 @@
|
||||
# under the License.
|
||||
# isort:skip_file
|
||||
import copy
|
||||
import json
|
||||
import time
|
||||
from unittest.mock import patch
|
||||
import pytest
|
||||
|
||||
import tests.integration_tests.test_app # pylint: disable=unused-import # noqa: F401
|
||||
from superset import db, security_manager
|
||||
from superset.utils import json
|
||||
from superset.daos.dashboard import DashboardDAO
|
||||
from superset.models.dashboard import Dashboard
|
||||
from tests.integration_tests.base_tests import SupersetTestCase
|
||||
|
||||
Reference in New Issue
Block a user