Ruff suggestion

This commit is contained in:
David Doblas Jiménez 2023-04-01 16:07:06 +02:00
parent 7d354884b3
commit 6e6a46b6c9

View File

@ -36,7 +36,7 @@ def create_problem():
if __name__ == "__main__":
print(f"Result for Problem {(args['problem']):0>3} is {{compute()}}")
'''
''' # noqa: E501
)
f.write(template)