Fixed a linting error.
This commit is contained in:
parent
c8abd43c88
commit
4834fc41c6
1 changed files with 1 additions and 1 deletions
|
|
@ -435,7 +435,7 @@ class AutoScalingBackend(BaseBackend):
|
||||||
vpc_zone_identifier, default_cooldown,
|
vpc_zone_identifier, default_cooldown,
|
||||||
health_check_period, health_check_type,
|
health_check_period, health_check_type,
|
||||||
load_balancers, target_group_arns,
|
load_balancers, target_group_arns,
|
||||||
placement_group,termination_policies, tags,
|
placement_group, termination_policies, tags,
|
||||||
new_instances_protected_from_scale_in=False):
|
new_instances_protected_from_scale_in=False):
|
||||||
|
|
||||||
def make_int(value):
|
def make_int(value):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue