Skip to content

Commit

Permalink
fix: removing unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Shwetabhk committed Sep 12, 2024
1 parent b0a4c64 commit 0eb99ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/integration_helper/views.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import uuid
from rest_framework import status, generics
from rest_framework.response import Response
from rest_framework.decorators import action
from apps.integration_helper.models import Conversation
from apps.integration_helper.openai_utils import get_openai_response
from apps.integration_helper.prompt import PROMPT
Expand Down

0 comments on commit 0eb99ef

Please sign in to comment.