mirror of
https://github.com/mrlesmithjr/ansible-manage-lvm.git
synced 2026-09-06 23:48:12 +03:00
Fixed linting issues found by black
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user