From b0a1908cfc46676e4d8805ef68bc8a75b0ddaac5 Mon Sep 17 00:00:00 2001 From: Mike S Wang <32841762+MikeSWang@users.noreply.github.com> Date: Mon, 30 Sep 2024 15:22:32 +0100 Subject: [PATCH] STYLE(py): Remove redundant blank line --- publication/supplements/scripts/benchmark.py | 1 - 1 file changed, 1 deletion(-) diff --git a/publication/supplements/scripts/benchmark.py b/publication/supplements/scripts/benchmark.py index 29681e62..62574e38 100644 --- a/publication/supplements/scripts/benchmark.py +++ b/publication/supplements/scripts/benchmark.py @@ -62,7 +62,6 @@ def configure(): Parsed command-line arguments. """ - cfg = ArgumentParser( description="Benchmark performance of `Triumvirate`." )