flake8 fixes

This commit is contained in:
Chris Meyers
2015-07-20 11:20:17 -04:00
parent 7af1d5530d
commit 2dc22042ee
3 changed files with 97 additions and 97 deletions

View File

@@ -1256,8 +1256,8 @@ class InventoryUpdate(UnifiedJob, InventorySourceOptions):
if not super(InventoryUpdate, self).can_start:
return False
if (self.source != 'custom'
and not (self.credential and self.credential.active)):
if (self.source != 'custom' and
not (self.credential and self.credential.active)):
return False
return True