From c1bd691654bed76008b41017a3b944d7f95efc5f Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Thu, 28 May 2020 11:26:39 +0100 Subject: [PATCH] Removed pointless doc_response --- openflexure_microscope/api/v2/views/actions/camera.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openflexure_microscope/api/v2/views/actions/camera.py b/openflexure_microscope/api/v2/views/actions/camera.py index 56f2e215..59872992 100644 --- a/openflexure_microscope/api/v2/views/actions/camera.py +++ b/openflexure_microscope/api/v2/views/actions/camera.py @@ -43,7 +43,6 @@ class CaptureAPI(ActionView): } ) @marshal_with(capture_schema) - @doc_response(200, description="Capture successful") def post(self, args): """ Create a new capture