Skip to content

Commit 36eeea1

Browse files
committed
Request
1 parent 573ab81 commit 36eeea1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sentry/preprod/api/endpoints/project_preprod_artifact_image.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import logging
44

55
from django.http import HttpResponse
6+
from rest_framework.request import Request
67

78
from sentry.api.api_owners import ApiOwner
89
from sentry.api.api_publish_status import ApiPublishStatus
@@ -59,6 +60,7 @@ class ProjectPreprodArtifactImageEndpoint(ProjectEndpoint):
5960

6061
def get(
6162
self,
63+
_: Request,
6264
project: Project,
6365
image_id: str,
6466
) -> HttpResponse:

0 commit comments

Comments
 (0)