1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 17:15:35 +00:00

Drop simplejson support

This commit is contained in:
Jair Henrique
2023-07-31 17:00:36 -03:00
parent 6446d00e27
commit 69de388649

View File

@@ -1,7 +1,4 @@
try: import json
import simplejson as json
except ImportError:
import json
def deserialize(cassette_string): def deserialize(cassette_string):