Skip to content

Commit

Permalink
ADCM-6115: remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
DanBalalan committed Nov 20, 2024
1 parent fce0316 commit 79dc14f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adcm_aio_client/core/objects/cm.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def display_name(self: Self) -> str:

@cached_property
def cluster(self: Self) -> Cluster:
return self._parent # TODO: must be refreshable via `self.refresh()`
return self._parent

def get_own_path(self: Self) -> Endpoint:
return *self._parent.get_own_path(), "services", self.id
Expand Down

0 comments on commit 79dc14f

Please sign in to comment.