Remove dependency on simplejson package.

This commit is contained in:
Matěj Cepl
2023-02-15 06:40:12 +01:00
committed by GitHub
parent d8c5bc4320
commit 7a4951f211
87 changed files with 311 additions and 319 deletions

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