Fixed linting issues found by black

This commit is contained in:
Larry Smith Jr
2023-06-15 09:04:02 -04:00
parent 3f3a7c7334
commit 220de2d8ac
4 changed files with 4 additions and 5 deletions
+1 -2
View File
@@ -16,6 +16,5 @@ def pytest_runtest_setup(item):
).get_hosts("all")
else:
pytest.skip(
"Test should run only from inside molecule.",
allow_module_level=True
"Test should run only from inside molecule.", allow_module_level=True
)