From 3652c4981fd313d0128eb7ddc80901ad96b2971b Mon Sep 17 00:00:00 2001 From: Stefan Horning Date: Thu, 19 Oct 2023 14:41:23 +0200 Subject: [PATCH] Removed extra blank line --- plugins/modules/elasticache.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/modules/elasticache.py b/plugins/modules/elasticache.py index 23373392bc8..826c7e8d94f 100644 --- a/plugins/modules/elasticache.py +++ b/plugins/modules/elasticache.py @@ -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():