Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Gauvrit committed Jan 11, 2024
1 parent f1bfa90 commit f5388ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blacksmith/domain/model/params.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ def unwrap_or_raise(self, exc: Type[Exception]) -> TResponse:
:raises exc: it the response is an error.
:raises NoResponseSchemaException: if there are no response schema set.
"""
# not that we can't use the unwrap_or_raise from the result
# note that we can't use the unwrap_or_raise from the result
# because/until we support version that don't have the method
# for python 3.7 compatibility.
if self._result.is_err():
Expand Down

0 comments on commit f5388ad

Please sign in to comment.