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

Commit 4b84456

Browse files
committed
fix 1
1 parent 0c294c4 commit 4b84456

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

api/internal/feature/views.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
from typing import Any, Dict, List
44

55
from rest_framework import status
6-
from rest_framework.response import Request, Response
6+
from rest_framework.request import Request
7+
from rest_framework.response import Response
78
from rest_framework.views import APIView
89
from shared.django_apps.rollouts.models import FeatureFlag
910
from shared.rollouts import Feature

0 commit comments

Comments
 (0)