Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmuhs committed Nov 19, 2024
1 parent 4380137 commit 1a44e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion granian/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def option(*param_decls: str, cls: Optional[Type[click.Option]] = None, **attrs:
@option(
'--workers-graceful-timeout',
default=30.0,
help='The maximum amount of time in seconds a worker has time to gracefully stop'
help='The maximum amount of time in seconds a worker has time to gracefully stop',
)
@option(
'--factory/--no-factory',
Expand Down

0 comments on commit 1a44e84

Please sign in to comment.