Skip to content

Commit d8b26d5

Browse files
author
Arthur Leung
committed
Fix lint
Signed-off-by: Arthur Leung <arcyleung@gmail.com>
1 parent 377ca28 commit d8b26d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ray/serve/_private/autoscaling_state.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def get_autoscaling_context(self, curr_target_num_replicas):
227227
# NOTE: for non additive aggregation functions, total_running_requests is not
228228
# accurate, consider this is a approximation.
229229
total_running_requests = total_num_requests - total_queued_requests
230-
230+
231231
autoscaling_context: AutoscalingContext = AutoscalingContext(
232232
deployment_id=self._deployment_id,
233233
deployment_name=self._deployment_id.name,

0 commit comments

Comments
 (0)