Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Calomme committed Dec 27, 2023
1 parent 5df2180 commit 0d8511f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/poetry/console/commands/show.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ class ShowCommand(GroupCommand, EnvCommand):
"why",
None,
"When showing the full list, or a <info>--tree</info> for a single package,"
" display whether they are a direct dependency or required by other packages",
" display whether they are a direct dependency or required by other"
" packages",
),
option("latest", "l", "Show the latest version."),
option(
Expand Down

0 comments on commit 0d8511f

Please sign in to comment.