fix pep8
This commit is contained in:
@ -468,11 +468,10 @@ class Services(object):
|
||||
else:
|
||||
continue
|
||||
else:
|
||||
raise Exception("No cloud_environment or environments " \
|
||||
"specified in function all_services_by_cloud_environment.")
|
||||
|
||||
raise Exception("No cloud_environment or environments "
|
||||
"specified in function all_services_by_cloud_environment.")
|
||||
|
||||
# Sort services
|
||||
res.sort(key=lambda x: x.get("service_title", "").lower())
|
||||
|
||||
return res
|
||||
return res
|
||||
|
Reference in New Issue
Block a user