Skip to content

Commit

Permalink
Make the name optional
Browse files Browse the repository at this point in the history
  • Loading branch information
kdp-cloud committed Jun 21, 2024
1 parent 2c3199b commit 546ecd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mars-cli/mars_lib/models/repository_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Error(BaseModel):


class Info(BaseModel):
name: str
name: Optional[str] = None
message: str


Expand Down

0 comments on commit 546ecd5

Please sign in to comment.