Skip to content

Commit

Permalink
[FIX] Prompt service imports for Requests (#605)
Browse files Browse the repository at this point in the history
fix/prompt service imports
  • Loading branch information
harini-venkataraman authored Aug 21, 2024
1 parent cd06672 commit 2cd75f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import re
from typing import Any

from utils.request import HTTPMethod, make_http_request
from unstract.prompt_service.utils.request import HTTPMethod, make_http_request

from .constants import VariableConstants, VariableType

Expand Down

0 comments on commit 2cd75f9

Please sign in to comment.