Skip to content

Commit

Permalink
chore: Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine committed Nov 20, 2024
1 parent eda5ca9 commit 93ae3ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ai/backend/client/func/container_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
"""\
Expand All @@ -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(
"""\
Expand Down

0 comments on commit 93ae3ea

Please sign in to comment.