Skip to content

Commit

Permalink
chore: add newline
Browse files Browse the repository at this point in the history
  • Loading branch information
joein committed Sep 13, 2024
1 parent 8ebdc4c commit 5d17bbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qdrant_client/http/models/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -952,6 +952,7 @@ class InlineResponse20021(BaseModel):
status: Optional[str] = Field(default=None, description="")
result: Optional[List["QueryResponse"]] = Field(default=None, description="")


class InlineResponse2003(BaseModel):
time: Optional[float] = Field(default=None, description="Time spent to process this request")
status: Optional[str] = Field(default=None, description="")
Expand Down

0 comments on commit 5d17bbe

Please sign in to comment.