Skip to content
Snippets Groups Projects
Commit b810be40 authored by speckhard's avatar speckhard
Browse files

fixed pep8 error.

parent 4ace9819
No related branches found
No related tags found
1 merge request!25Parser integration
Pipeline #42825 canceled
......@@ -243,7 +243,6 @@ def parsed_template_example() -> LocalBackend:
@pytest.fixture(
params=faulty_unknown_one_d_matid_example, ids=lambda spec: '%s-%s' % spec)
def parsed_faulty_unknown_matid_example(caplog, request) -> LocalBackend:
parser_name, mainfile = request.param
return run_parser(parser_name, mainfile)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment