From 5429f3590ec6e5fcd8b25adbcfa8534f343ae338 Mon Sep 17 00:00:00 2001 From: Paul Carleton Date: Fri, 9 Jun 2017 15:22:39 -0700 Subject: [PATCH] Fix linting problem --- moto/autoscaling/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/moto/autoscaling/models.py b/moto/autoscaling/models.py index 18ec7e35a..a2fcb2a63 100644 --- a/moto/autoscaling/models.py +++ b/moto/autoscaling/models.py @@ -11,6 +11,7 @@ DEFAULT_COOLDOWN = 300 ASG_NAME_TAG = "aws:autoscaling:groupName" + class InstanceState(object): def __init__(self, instance, lifecycle_state="InService"):