Skip to content

Commit be67047

Browse files
committed
Lint fix
1 parent 5942c6e commit be67047

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pytest_ansible_network_integration/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,6 @@ def localhost_project(
397397
:param tmp_path: The temporary path
398398
:returns: The ansible project
399399
"""
400-
401400
playbook_contents = playbook(hosts="localhost", role=str(integration_test_path))
402401
playbook_path = tmp_path / "site.json"
403402
with playbook_path.open(mode="w", encoding="utf-8") as fh:

0 commit comments

Comments
 (0)