Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac-HD committed Jan 20, 2023
1 parent d8da414 commit 3f24137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hypothesis-python/src/hypothesis/extra/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ def write(
# NOTE: if you want to call this function from Python, look instead at the
# ``hypothesis.extra.ghostwriter`` module. Click-decorated functions have
# a different calling convention, and raise SystemExit instead of returning.
kwargs = {"except_": except_ or (), "style": style, "annotations": annotate}
kwargs = {"except_": except_ or (), "style": style, "annotate": annotate}
if writer is None:
writer = "magic"
elif writer == "idempotent" and len(func) > 1:
Expand Down

0 comments on commit 3f24137

Please sign in to comment.