From bed85adbc85316965662841a119791c26f42ee4c Mon Sep 17 00:00:00 2001 From: Gyubong Lee Date: Tue, 12 Nov 2024 04:11:06 +0000 Subject: [PATCH] chore: Update comment --- src/ai/backend/client/func/container_registry.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ai/backend/client/func/container_registry.py b/src/ai/backend/client/func/container_registry.py index 6c49d07aab..570ed80237 100644 --- a/src/ai/backend/client/func/container_registry.py +++ b/src/ai/backend/client/func/container_registry.py @@ -26,8 +26,8 @@ async def associate_group(cls, registry_id: str, group_id: str) -> dict: """ Associate container_registry with group. - :param registry_id: Id of the container registry. - :param group_id: Id of the group. + :param registry_id: ID of the container registry. + :param group_id: ID of the group. """ query = textwrap.dedent( """\ @@ -49,8 +49,8 @@ async def disassociate_group(cls, registry_id: str, group_id: str) -> dict: """ Disassociate container_registry with group. - :param registry_id: Id of the container registry. - :param group_id: Id of the group. + :param registry_id: ID of the container registry. + :param group_id: ID of the group. """ query = textwrap.dedent( """\