Skip to content

Commit

Permalink
Update hypothesis-python/src/hypothesis/internal/compat.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rsokl committed Dec 4, 2022
1 parent 2814f29 commit f046651
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hypothesis-python/src/hypothesis/internal/compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ def get_type_hints(thing):
)
):
p_hint = hints[p.name]
print(p_hint, p.default)
if p.default is None:
hints[p.name] = typing.Optional[p_hint]
else:
Expand Down

0 comments on commit f046651

Please sign in to comment.