Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDold committed Mar 14, 2024
1 parent f22623d commit 45a7daa
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions misc/tests/test-parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 45a7daa

Please sign in to comment.