Skip to content

Commit

Permalink
Dont mention types in docstring, they are in method signature
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Feb 23, 2024
1 parent 57c55f7 commit 811c26c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bartender/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def add_link_job_subcommand(subparsers: Any) -> None:
Add the 'link' subcommand to the given subparsers.
Args:
subparsers (Any): The subparsers object to add the 'link' subcommand to.
subparsers: The subparsers object to add the 'link' subcommand to.
"""
link_job_sp = subparsers.add_parser(
"link",
Expand Down

0 comments on commit 811c26c

Please sign in to comment.