Remove dependency on simplejson package.

This commit is contained in:
Matěj Cepl
2023-02-15 11:10:12 +05:30
committed by GitHub
parent d8c5bc4320
commit 7a4951f211
87 changed files with 311 additions and 319 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
##########################################################################
"""A blueprint module implementing the schema_diff frame."""
import simplejson as json
import json
import pickle
import secrets
import copy