Fix linting problem

This commit is contained in:
Paul Carleton 2017-06-09 15:22:39 -07:00
parent dc0edb9b8c
commit 5429f3590e

View File

@ -11,6 +11,7 @@ DEFAULT_COOLDOWN = 300
ASG_NAME_TAG = "aws:autoscaling:groupName"
class InstanceState(object):
def __init__(self, instance, lifecycle_state="InService"):