From f7d8e3beb1983d2c61a236e51e66e84640422f9b Mon Sep 17 00:00:00 2001 From: captainkerk Date: Wed, 27 Dec 2017 20:22:26 +0000 Subject: [PATCH] flake8 fix --- moto/autoscaling/models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/moto/autoscaling/models.py b/moto/autoscaling/models.py index 304671f6..af65c2a5 100644 --- a/moto/autoscaling/models.py +++ b/moto/autoscaling/models.py @@ -171,7 +171,6 @@ class FakeAutoScalingGroup(BaseModel): launch_config_name] self.launch_config_name = launch_config_name - self.default_cooldown = default_cooldown if default_cooldown else DEFAULT_COOLDOWN self.health_check_period = health_check_period self.health_check_type = health_check_type if health_check_type else "EC2"