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:
@@ -14,9 +14,10 @@
|
||||
# KIND, either express or implied. See the License for the
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
import json
|
||||
from os import path
|
||||
|
||||
from superset.utils import json
|
||||
|
||||
FIXTURES_DIR = "tests/integration_tests/fixtures"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user