flake8 fix

This commit is contained in:
captainkerk 2017-12-27 20:22:26 +00:00
parent 59cf81fd56
commit f7d8e3beb1

View File

@ -171,7 +171,6 @@ class FakeAutoScalingGroup(BaseModel):
launch_config_name] launch_config_name]
self.launch_config_name = launch_config_name self.launch_config_name = launch_config_name
self.default_cooldown = default_cooldown if default_cooldown else DEFAULT_COOLDOWN self.default_cooldown = default_cooldown if default_cooldown else DEFAULT_COOLDOWN
self.health_check_period = health_check_period self.health_check_period = health_check_period
self.health_check_type = health_check_type if health_check_type else "EC2" self.health_check_type = health_check_type if health_check_type else "EC2"