Skip to content

Commit

Permalink
update function
Browse files Browse the repository at this point in the history
  • Loading branch information
ysolanky committed Oct 5, 2023
1 parent 692b7b8 commit a7d855c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions phi/aws/resource/elasticache/cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,6 @@ def _update(self, aws_client: AwsApiClient) -> bool:
logger.error(f"{self.get_resource_type()} could not be updated.")
logger.error(e)



def _delete(self, aws_client: AwsApiClient) -> bool:
"""Deletes the CacheCluster
Expand Down

0 comments on commit a7d855c

Please sign in to comment.