Skip to content

Commit c9f7dbc

Browse files
author
Joel Collins
committed
Removed decorators entirely
1 parent e606d35 commit c9f7dbc

File tree

2 files changed

+0
-100
lines changed

2 files changed

+0
-100
lines changed

examples/simple_extensions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ class ExtensionMeasurementAction(View):
4343
)
4444
# Shorthand to say we're always going to return a Task object
4545
@marshal_task
46-
@doc(title="Averaged Measurement")
4746
# Main function to handle POST requests
4847
def post(self, args):
4948
"""Start an averaged measurement"""

src/labthings/server/decorators.py

Lines changed: 0 additions & 99 deletions
This file was deleted.

0 commit comments

Comments
 (0)