mirror of
https://github.com/ansible/awx.git
synced 2026-02-20 04:30:05 -03:30
Fix flake8 E302 errors.
This commit is contained in:
@@ -172,6 +172,7 @@ def validate_ssh_private_key(data):
|
||||
"""
|
||||
return validate_pem(data, min_keys=1)
|
||||
|
||||
|
||||
def vars_validate_or_raise(vars_str):
|
||||
"""
|
||||
Validate that fields like extra_vars or variables on resources like
|
||||
|
||||
Reference in New Issue
Block a user