Changeset - d81a21ffb20f
[Not reviewed]
0 1 0
Branko Majic (branko) - 5 months ago 2023-11-30 23:47:18
branko@majic.rs
MAR-189: Fix linting error (unused import).
1 file changed with 0 insertions and 2 deletions:
0 comments (0 inline, 0 general)
roles/ldap_server/molecule/default/tests/test_deprecated.py
Show inline comments
 
@@ -2,8 +2,6 @@ import os
 

	
 
import testinfra.utils.ansible_runner
 

	
 
from helpers import parse_ldif
 

	
 

	
 
testinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner(
 
    os.environ['MOLECULE_INVENTORY_FILE']).get_hosts('parameters-*')
0 comments (0 inline, 0 general)