flake8 fixes

This commit is contained in:
Chris Meyers
2015-07-20 11:20:17 -04:00
parent 1ead738f96
commit c038bdb1d5
3 changed files with 100 additions and 4 deletions

View File

@@ -1259,8 +1259,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