Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit a351940

Browse files
Lint
1 parent 9ebf19b commit a351940

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

api/gen_ai/views.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ class GenAIAuthView(APIView):
2020
serializer_class = GenAIAuthSerializer
2121

2222
def validate_signature(self, request):
23-
key = get_config(
24-
"gen_ai", "auth_secret"
25-
)
23+
key = get_config("gen_ai", "auth_secret")
2624
if not key:
2725
raise PermissionDenied("Invalid signature")
2826

0 commit comments

Comments
 (0)