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:
Eyal Ezer
2024-05-28 14:17:41 -07:00
committed by GitHub
co-authored by Eyal Ezer
parent 87110ebce4
commit 07b2449bd7
234 changed files with 530 additions and 480 deletions
+1 -1
View File
@@ -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