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:
@@ -17,7 +17,6 @@
|
||||
# pylint: disable=unused-argument, import-outside-toplevel, invalid-name
|
||||
|
||||
import copy
|
||||
import json
|
||||
|
||||
import pytest
|
||||
from pytest_mock import MockFixture
|
||||
@@ -25,6 +24,7 @@ from sqlalchemy.orm.session import Session
|
||||
|
||||
from superset import db
|
||||
from superset.commands.exceptions import ImportFailedError
|
||||
from superset.utils import json
|
||||
|
||||
|
||||
def test_import_database(mocker: MockFixture, session: Session) -> None:
|
||||
|
||||
Reference in New Issue
Block a user