mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 09:13:23 +00:00
Drop simplejson support
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
try:
|
||||
import simplejson as json
|
||||
except ImportError:
|
||||
import json
|
||||
import json
|
||||
|
||||
|
||||
def deserialize(cassette_string):
|
||||
|
||||
Reference in New Issue
Block a user