summaryrefslogtreecommitdiff
path: root/opendc/api/v2/specifications/storages/endpoint.py
diff options
context:
space:
mode:
Diffstat (limited to 'opendc/api/v2/specifications/storages/endpoint.py')
-rw-r--r--opendc/api/v2/specifications/storages/endpoint.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/opendc/api/v2/specifications/storages/endpoint.py b/opendc/api/v2/specifications/storages/endpoint.py
index 28f33177..945b89b2 100644
--- a/opendc/api/v2/specifications/storages/endpoint.py
+++ b/opendc/api/v2/specifications/storages/endpoint.py
@@ -11,8 +11,4 @@ def GET(request):
# Return the Storages
- return Response(
- 200,
- 'Successfully retrieved Storages.',
- [x.to_JSON() for x in storages]
- )
+ return Response(200, 'Successfully retrieved Storages.', [x.to_JSON() for x in storages])