mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-08 16:53:23 +00:00
Fix patch of FliesystemPersister.load_cassette
This commit is contained in:
@@ -3,6 +3,7 @@ from ..serialize import serialize, deserialize
|
||||
|
||||
|
||||
class FilesystemPersister(object):
|
||||
|
||||
@classmethod
|
||||
def load_cassette(cls, cassette_path, serializer):
|
||||
with open(cassette_path) as f:
|
||||
|
||||
Reference in New Issue
Block a user