about summary refs log tree commit diff
path: root/gn_auth
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2026-06-15 10:42:59 -0500
committerFrederick Muriuki Muriithi2026-06-15 10:42:59 -0500
commit23c27039c677c8077eb6f9ef67afed2121487d31 (patch)
treec89e87a835e571d6ec090539503e687c8ec5de21 /gn_auth
parent8cd2d82ceb0bf7ffc6c742b56fd2039cd742e508 (diff)
downloadgn-auth-23c27039c677c8077eb6f9ef67afed2121487d31.tar.gz
Deactivate lint check for now.
Diffstat (limited to 'gn_auth')
-rw-r--r--gn_auth/auth/authorisation/data/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gn_auth/auth/authorisation/data/views.py b/gn_auth/auth/authorisation/data/views.py
index 228d95f..1184d63 100644
--- a/gn_auth/auth/authorisation/data/views.py
+++ b/gn_auth/auth/authorisation/data/views.py
@@ -59,7 +59,7 @@ def list_species() -> Response:
 
 @data.route("/authorisation", methods=["POST"])
 @require_json
-def authorisation() -> Response:
+def authorisation() -> Response:# pylint: disable=[too-many-locals]
     """Retrieve the authorisation level for datasets/traits for the user."""
     # Access endpoint with something like:
     # curl -X POST http://127.0.0.1:8081/auth/data/authorisation \