Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiftyos committed Dec 18, 2024
1 parent 9fc2d98 commit f9bf97c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autogpt_platform/backend/backend/server/v2/store/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ class Creator(pydantic.BaseModel):
agent_runs: int
is_featured: bool


class CreatorsResponse(pydantic.BaseModel):
creators: List[Creator]
pagination: Pagination
Expand All @@ -100,6 +101,7 @@ class Profile(pydantic.BaseModel):
avatar_url: str
is_featured: bool


class StoreSubmission(pydantic.BaseModel):
agent_id: str
agent_version: int
Expand Down

0 comments on commit f9bf97c

Please sign in to comment.