Skip to content

Commit

Permalink
fix pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
zpoint committed Nov 1, 2024
1 parent 7666fa3 commit 5c3c8b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sky/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -2017,8 +2017,8 @@ def queue(clusters: List[str], skip_finished: bool, all_users: bool):
default=0,
type=int,
help=
'The number of lines to display from the end of the log file. If 0, print all lines.'
)
'The number of lines to display from the end of the log file. '
'If 0, print all lines.')
@click.argument('cluster',
required=True,
type=str,
Expand Down

0 comments on commit 5c3c8b6

Please sign in to comment.