Skip to content

Commit

Permalink
Removed in-line comment to pass strict test
Browse files Browse the repository at this point in the history
  • Loading branch information
clyde-johnston committed Aug 10, 2023
1 parent 14d3f87 commit 1877327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yakut/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def main() -> None: # https://click.palletsprojects.com/en/8.1.x/exceptions/
sys.exit(status)


subcommand: Callable[..., Callable[..., Any]] = _click_main.command # type: ignore
subcommand: Callable[..., Callable[..., Any]] = _click_main.command


def asynchronous(*, interrupted_ok: bool = False) -> Callable[[Callable[..., Awaitable[Any]]], Callable[..., Any]]:
Expand Down

0 comments on commit 1877327

Please sign in to comment.