mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-02 09:29:29 -05: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