mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 01:03:24 +00:00
Repair a docstring
This commit is contained in:
@@ -3,8 +3,5 @@ class CannotOverwriteExistingCassetteException(Exception):
|
|||||||
|
|
||||||
|
|
||||||
class UnhandledHTTPRequestError(KeyError):
|
class UnhandledHTTPRequestError(KeyError):
|
||||||
'''
|
"""Raised when a cassette does not contain the request we want."""
|
||||||
Raised when a cassette does not c
|
|
||||||
ontain the request we want
|
|
||||||
'''
|
|
||||||
pass
|
pass
|
||||||
|
|||||||
Reference in New Issue
Block a user