Skip to content

Commit 598b9dd

Browse files
Update packages/models-library/src/models_library/api_schemas_catalog/services.py
Co-authored-by: Andrei Neagu <[email protected]>
1 parent b328087 commit 598b9dd

File tree

1 file changed

+3
-1
lines changed
  • packages/models-library/src/models_library/api_schemas_catalog

1 file changed

+3
-1
lines changed

packages/models-library/src/models_library/api_schemas_catalog/services.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,9 @@ class ServiceUpdateV2(BaseModel):
332332
access_rights: dict[GroupID, ServiceGroupAccessRightsV2] | None = None
333333

334334
model_config = ConfigDict(
335-
extra="forbid", populate_by_name=True, alias_generator=snake_to_camel
335+
extra="forbid",
336+
populate_by_name=True,
337+
alias_generator=snake_to_camel,
336338
)
337339

338340

0 commit comments

Comments
 (0)