From 90ff63a633c8e1cb971a84ab98a8e4726c699ee9 Mon Sep 17 00:00:00 2001 From: luissian Date: Sat, 29 Jul 2023 22:50:44 +0200 Subject: [PATCH] comment sample_fields definition in wetalb-api-views --- wetlab/api/views.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wetlab/api/views.py b/wetlab/api/views.py index 4f6aaadab..79763f484 100644 --- a/wetlab/api/views.py +++ b/wetlab/api/views.py @@ -60,13 +60,14 @@ description="Project name to fetch the sample project fields defined. Example Relecov", type=openapi.TYPE_STRING, ) - +""" sample_fields = openapi.Parameter( "project", openapi.IN_QUERY, description="Fetch the sample fields", type=openapi.TYPE_STRING, ) +""" laboratory = openapi.Parameter( "laboratory",