Skip to content

Commit

Permalink
Removed extra blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhorning committed Oct 19, 2023
1 parent 9e4ebd3 commit 3652c49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/modules/elasticache.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,6 @@ def apply_tags(self):
else:
self.conn.add_tags_to_resource(ResourceName=cluster_arn, Tags=tags)


def reboot(self):
"""Reboot the cache cluster"""
if not self.exists():
Expand Down

0 comments on commit 3652c49

Please sign in to comment.