Skip to content

Commit 69de388

Browse files
committed
Drop simplejson support
1 parent 6446d00 commit 69de388

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: vcr/serializers/jsonserializer.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
try:
2-
import simplejson as json
3-
except ImportError:
4-
import json
1+
import json
52

63

74
def deserialize(cassette_string):

0 commit comments

Comments
 (0)