Skip to content

Commit 799be61

Browse files
committed
🔧Fixed line too long in utils/create_day.py
1 parent ae3a738 commit 799be61

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

utils/create_day.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,10 @@ def parse_args() -> argparse.Namespace:
105105
"end_day",
106106
type=int,
107107
nargs="?",
108-
help="Optional end day (1–25, inclusive). If given, all days from day..end_day are created.",
108+
help=(
109+
"Optional end day (1–25, inclusive)."
110+
"If given, all days from day..end_day are created."
111+
)
109112
)
110113

111114
args = parser.parse_args()

0 commit comments

Comments
 (0)