Skip to content

Commit 3305f0c

Browse files
committed
Repair a docstring
1 parent 7f02d65 commit 3305f0c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

vcr/errors.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,5 @@ class CannotOverwriteExistingCassetteException(Exception):
33

44

55
class UnhandledHTTPRequestError(KeyError):
6-
'''
7-
Raised when a cassette does not c
8-
ontain the request we want
9-
'''
6+
"""Raised when a cassette does not contain the request we want."""
107
pass

0 commit comments

Comments
 (0)