mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
Fixing linting issues
This commit is contained in:
parent
4de7de3ce9
commit
95b8bd63ea
@ -83,7 +83,7 @@ except ImportError:
|
||||
|
||||
def coerce_type(module, value):
|
||||
# If our value is already None we can just return directly
|
||||
if value == None:
|
||||
if value is None:
|
||||
return value
|
||||
|
||||
yaml_ish = bool((
|
||||
|
||||
@ -79,4 +79,3 @@
|
||||
tower_settings:
|
||||
name: AWX_PROOT_BASE_PATH
|
||||
value: '{{ junk_var | default(omit) }}'
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user