We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f02d65 commit 3305f0cCopy full SHA for 3305f0c
vcr/errors.py
@@ -3,8 +3,5 @@ class CannotOverwriteExistingCassetteException(Exception):
3
4
5
class UnhandledHTTPRequestError(KeyError):
6
- '''
7
- Raised when a cassette does not c
8
- ontain the request we want
9
+ """Raised when a cassette does not contain the request we want."""
10
pass
0 commit comments