Skip to content

Commit

Permalink
remove unused ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac-HD committed Jan 8, 2024
1 parent 82408d9 commit 6101917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hypothesis-python/src/hypothesis/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,7 @@ def run(data):
# TypeError, *AND that exception mentions SearchStrategy*, add a note:
if "SearchStrategy" in str(e):
try:
add_note(e, data._sampled_from_all_strategies_elements_message) # type: ignore
add_note(e, data._sampled_from_all_strategies_elements_message)
except AttributeError:
pass
raise
Expand Down

0 comments on commit 6101917

Please sign in to comment.