Skip to content

Commit 666ca05

Browse files
committed
mypy
1 parent b304247 commit 666ca05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/autoscaling/src/simcore_service_autoscaling/modules/cluster_scaling/_auto_scaling_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ async def _launch_instances(
841841
elif isinstance(r, list):
842842
new_pending_instances.extend(r)
843843
else:
844-
new_pending_instances.append(r) # type: ignore[unreachable]
844+
new_pending_instances.append(r)
845845

846846
log_message = (
847847
f"{sum(n for n in capped_needed_machines.values())} new machines launched"

0 commit comments

Comments
 (0)