mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +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:
@@ -15,8 +15,8 @@
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
# isort:skip_file
|
||||
import json
|
||||
from superset.utils.core import DatasourceType
|
||||
from superset.utils import json
|
||||
import unittest
|
||||
from unittest import mock
|
||||
|
||||
|
||||
Reference in New Issue
Block a user