Skip to content

Commit 2c18b4f

Browse files
fix format
1 parent cbf481e commit 2c18b4f

File tree

1 file changed

+4
-1
lines changed
  • packages/models-library/src/models_library/api_schemas_webserver

1 file changed

+4
-1
lines changed

packages/models-library/src/models_library/api_schemas_webserver/clusters.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77

88
class ClusterPathParams(BaseModel):
99
cluster_id: ClusterID
10-
model_config = ConfigDict(populate_by_name=True, extra="forbid")
10+
model_config = ConfigDict(
11+
populate_by_name=True,
12+
extra="forbid",
13+
)
1114

1215

1316
class ClusterGet(directorv2_clusters.ClusterGet):

0 commit comments

Comments
 (0)