Skip to content

Commit a6a86e0

Browse files
remove empty model config
1 parent cecf668 commit a6a86e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class ServiceSpecifications(BaseModel):
1212
default=None,
1313
description="schedule-time specifications specifications for the service (follows Docker Service creation API (specifically only the Resources part), see https://docs.docker.com/engine/api/v1.41/#tag/Service/operation/ServiceCreate",
1414
)
15-
model_config = ConfigDict()
15+
1616

1717

1818
class ServiceSpecificationsGet(ServiceSpecifications):

0 commit comments

Comments
 (0)