Skip to content

Commit

Permalink
add to internal
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-fang committed Jul 22, 2024
1 parent 454a3b1 commit 3739d28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wandb_workspaces/workspaces/internal.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ class ViewspecSection(WorkspaceAPIBaseModel):
# this is intentionally dict because it has arbitrary keys (the run ids)
custom_run_colors: dict

version: Optional[int] = None
name: str = ""
run_sets: LList[Runset] = Field(default_factory=lambda: [Runset()])
settings: ViewspecSectionSettings = Field(default_factory=ViewspecSectionSettings)
Expand Down

0 comments on commit 3739d28

Please sign in to comment.