Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipVinc committed Sep 30, 2023
1 parent 2bc8b4f commit b598af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plum/function.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ def resolve_method(
return_type = signature.return_type

except AmbiguousLookupError as e:
raise self._enhance_exception(e) from None # Specify this function.
raise self._enhance_exception(e) from None # Specify this function.

except NotFoundLookupError as e:
e = self._enhance_exception(e) # Specify this function.
Expand Down

0 comments on commit b598af6

Please sign in to comment.