Skip to content

Commit 0d55f35

Browse files
committed
update
1 parent 0791acd commit 0d55f35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/models-library/src/models_library/generated_models/docker_rest_api.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5695,7 +5695,7 @@ class SwarmInfo(BaseModel):
56955695
] = ""
56965696
local_node_state: Annotated[
56975697
LocalNodeState | None, Field(alias="LocalNodeState")
5698-
] = "" # type: ignore[dict-item]
5698+
] = "" # type: ignore[assignment]
56995699
control_available: Annotated[
57005700
bool | None, Field(alias="ControlAvailable", examples=[True])
57015701
] = False
@@ -6724,8 +6724,8 @@ class SystemInfo(BaseModel):
67246724
],
67256725
),
67266726
] = {
6727-
"runc": {"path": "runc"}
6728-
} # type: ignore[dict-item]
6727+
"runc": {"path": "runc"} # type: ignore[dict-item]
6728+
}
67296729
default_runtime: Annotated[
67306730
str | None,
67316731
Field(

0 commit comments

Comments
 (0)