Skip to content

Commit

Permalink
chore: remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
neithere committed Dec 25, 2023
1 parent 5b43d58 commit 185b9a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_regressions.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ def test_regression_issue212_funcsig_centric_named():

@argh.arg("--paths", nargs="*")
def func(*, paths: Optional[List[str]] = ["one", "two"]):
print(f"paths: {paths}")
return f"{paths}"

parser = DebugArghParser()
Expand Down

0 comments on commit 185b9a4

Please sign in to comment.