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