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