Fixing linting issues

This commit is contained in:
John Westcott IV
2020-06-08 07:06:45 -04:00
parent 4de7de3ce9
commit 95b8bd63ea
2 changed files with 1 additions and 2 deletions

View File

@@ -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((