Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
joschkabraun committed Aug 21, 2023
1 parent c3acd74 commit b6332bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions parea/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
from attrs import asdict, define, field

from parea.api_client import HTTPClient
from parea.schemas.models import Completion, CompletionResponse, FeedbackRequest, UseDeployedPrompt, \
UseDeployedPromptResponse, LogRequest
from parea.schemas.models import Completion, CompletionResponse, FeedbackRequest, LogRequest, UseDeployedPrompt, UseDeployedPromptResponse

COMPLETION_ENDPOINT = "/completion"
DEPLOYED_PROMPT_ENDPOINT = "/deployed-prompt"
Expand Down

0 comments on commit b6332bc

Please sign in to comment.