Skip to content

Commit 73b370f

Browse files
committed
Ignore invalid sonar rule
1 parent 5e60b17 commit 73b370f

File tree

1 file changed

+1
-1
lines changed
  • tests/unit/metrics/api/django_cognito_jwt

1 file changed

+1
-1
lines changed

tests/unit/metrics/api/django_cognito_jwt/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
@api_view(http_method_names=["GET"])
99
@authentication_classes((JSONWebTokenAuthentication,))
10-
def sample_view(request):
10+
def sample_view(request): # noqa: S3752
1111
return Response({"hello": "world"})
1212

1313

0 commit comments

Comments
 (0)