Skip to content

Commit

Permalink
[REVERT ME] Add a Python formatting error to demo CI error behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
hartwork committed Dec 12, 2023
1 parent 3bd463a commit d40177f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcr/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def __init__(self, *args, **kwargs):
super().__init__(message)

@staticmethod
def _get_message(cassette, failed_request):
def _get_message( cassette , failed_request ):
"""Get the final message related to the exception"""
# Get the similar requests in the cassette that
# have match the most with the request.
Expand Down

0 comments on commit d40177f

Please sign in to comment.