Skip to content

Commit a925409

Browse files
committed
fix linting again
1 parent 1f18d95 commit a925409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ def check_plugin_project_files(
238238
f""" <div>
239239
<h2> Description </h2>
240240
<p>{ plugin_description }</p>
241-
</div>"""
241+
</div>""" # noqa: E201, E202
242242
)
243243
assert f'<py-script src="./{python_file}">' in contents
244244
assert f'<py-config src="./{config_file}">' in contents

0 commit comments

Comments
 (0)