Skip to content

Commit d0c383c

Browse files
committed
delint
Signed-off-by: Sylvain Hellegouarch <[email protected]>
1 parent 5484a03 commit d0c383c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

chaosaws/asg/probes.py

-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,6 @@ def is_scaling_in_progress(
262262
instance["LifecycleState"] != "InService"
263263
or instance["HealthStatus"] != "Healthy"
264264
):
265-
266265
logger.debug(f"Scaling activities in progress: {True}")
267266
return True
268267

0 commit comments

Comments
 (0)