Skip to content

Commit

Permalink
removed line to fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Frankie Bromage authored and Frankie Bromage committed Jan 22, 2025
1 parent e736b90 commit 1d34a95
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
from pydantic.v1 import BaseModel, Field



class UsernamePasswordAuth(BaseModel):
mode: Literal["username_password"] = Field("username_password", const=True)
username: str = Field(..., title="Username", description="Username for the Milvus instance", order=1)
Expand Down

0 comments on commit 1d34a95

Please sign in to comment.