Fix pep8 errors from the new pep8 release.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
9e36847eb9
commit
ed4db542d6
2 changed files with 5 additions and 5 deletions
|
|
@ -344,8 +344,8 @@ class Project(object):
|
|||
updated_dependencies = [
|
||||
name
|
||||
for name in service.get_dependency_names()
|
||||
if name in plans
|
||||
and plans[name].action in ('recreate', 'create')
|
||||
if name in plans and
|
||||
plans[name].action in ('recreate', 'create')
|
||||
]
|
||||
|
||||
if updated_dependencies and strategy.allows_recreate:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue