mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Remove dependency on simplejson package.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
##########################################################################
|
||||
|
||||
"""A blueprint module implementing the schema_diff frame."""
|
||||
import simplejson as json
|
||||
import json
|
||||
import pickle
|
||||
import secrets
|
||||
import copy
|
||||
|
Reference in New Issue
Block a user