Fix linting problem
This commit is contained in:
parent
dc0edb9b8c
commit
5429f3590e
@ -11,6 +11,7 @@ DEFAULT_COOLDOWN = 300
|
|||||||
|
|
||||||
ASG_NAME_TAG = "aws:autoscaling:groupName"
|
ASG_NAME_TAG = "aws:autoscaling:groupName"
|
||||||
|
|
||||||
|
|
||||||
class InstanceState(object):
|
class InstanceState(object):
|
||||||
|
|
||||||
def __init__(self, instance, lifecycle_state="InService"):
|
def __init__(self, instance, lifecycle_state="InService"):
|
||||||
|
Loading…
Reference in New Issue
Block a user