Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
tadelesh committed Apr 7, 2024
1 parent 57a3c1a commit 4ef8645
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1281,7 +1281,9 @@ def handle_response(self, builder: OperationType) -> List[str]:
return retval

def error_map(self, builder: OperationType) -> List[str]:
retval = ["error_map: MutableMapping[int, Union[Type[HttpResponseError], Callable]] = {"]
retval = [
"error_map: MutableMapping[int, Union[Type[HttpResponseError], Callable]] = {"
]
if builder.non_default_errors:
if not 401 in builder.non_default_error_status_codes:
retval.append(" 401: ClientAuthenticationError,")
Expand Down

0 comments on commit 4ef8645

Please sign in to comment.