We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6446d00 commit 69de388Copy full SHA for 69de388
vcr/serializers/jsonserializer.py
@@ -1,7 +1,4 @@
1
-try:
2
- import simplejson as json
3
-except ImportError:
4
- import json
+import json
5
6
7
def deserialize(cassette_string):
0 commit comments