1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 01:03:24 +00:00

Remove an extra space

This commit is contained in:
Aron Griffis
2015-08-23 10:22:09 -04:00
parent ae5580c8f9
commit 08bb3bd187

View File

@@ -164,7 +164,7 @@ class Cassette(object):
return CassetteContextDecorator.from_args(cls, **kwargs)
def __init__(self, path, serializer=yamlserializer, record_mode='once',
match_on=(uri, method), before_record_request=None,
match_on=(uri, method), before_record_request=None,
before_record_response=None, custom_patches=(),
inject=False):