From 0d8511fc3200074e11db6ada4f76172976a43ef1 Mon Sep 17 00:00:00 2001 From: Valentin Calomme Date: Wed, 27 Dec 2023 11:21:28 +0100 Subject: [PATCH] Fix formatting --- src/poetry/console/commands/show.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/poetry/console/commands/show.py b/src/poetry/console/commands/show.py index 4eb76544964..1208ca4c3c2 100644 --- a/src/poetry/console/commands/show.py +++ b/src/poetry/console/commands/show.py @@ -49,7 +49,8 @@ class ShowCommand(GroupCommand, EnvCommand): "why", None, "When showing the full list, or a --tree 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(