From 45a7daa31cc4e1a4ba6ee6ae496fdd8caa58e5de Mon Sep 17 00:00:00 2001 From: Simon Dold Date: Thu, 14 Mar 2024 14:40:08 +0100 Subject: [PATCH] style --- misc/tests/test-parameters.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/misc/tests/test-parameters.py b/misc/tests/test-parameters.py index ea8815f5eb..9da0ea9b40 100644 --- a/misc/tests/test-parameters.py +++ b/misc/tests/test-parameters.py @@ -2,7 +2,7 @@ HELP = """\ Check that parameters for the command line features match the parameters of the C++ constructors. -Use txt2tags to compare the parameters mentioned in the wiki to the parameters in the corresponding .cc file. +Use txt2tags to compare the parameters mentioned in the wiki to the parameters in the corresponding .cc file. """ import argparse @@ -209,9 +209,6 @@ def main2(cc_files, cwd): print(error) sys.exit(1) - - - def main(): """ Currently, we only check that the parameters in the Constructor in the .cc file