From 0e8013d3abe4d61f711f0ce0881b864b997d6039 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Hane=C4=8D=C3=A1k?= Date: Tue, 4 Jan 2022 23:07:26 +0100 Subject: [PATCH] fix: fix code review --- _kosmorro/main.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/_kosmorro/main.py b/_kosmorro/main.py index 2e4bcae..eb65d10 100644 --- a/_kosmorro/main.py +++ b/_kosmorro/main.py @@ -347,9 +347,7 @@ def get_args(output_formats: [str]): "--no-graph", dest="show_graph", action="store_false", - help=_( - "Do not generate a graph to represent the rise and set times in the PDF format." - ), + help=_("Do not generate a graph to represent the rise and set times in the PDF format."), ) parser.add_argument( "--debug",