From 67d217c59bf438d72f0ca2824d86ba7a097fbe71 Mon Sep 17 00:00:00 2001 From: Philipp Boenninghausen Date: Wed, 17 Apr 2024 09:59:20 +0200 Subject: [PATCH] Remove redundant newline --- tools/generate_csv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/generate_csv.py b/tools/generate_csv.py index 4a4aede..a9ac2be 100644 --- a/tools/generate_csv.py +++ b/tools/generate_csv.py @@ -1,7 +1,7 @@ import src.string_parser as parse FIRST_ENTRY_LINE = 11 -LINES_AFTER_TABLE_END = 7 +LINES_AFTER_TABLE_END = 8 POS = { "Name": 0, "Focus": 1,