Skip to content

Commit 10b0382

Browse files
committed
Fix scheduling/highest_response_ratio_next.py
1 parent 9689795 commit 10b0382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scheduling/highest_response_ratio_next.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def calculate_turn_around_time(
7474

7575

7676
def calculate_waiting_time(
77-
process_name: list, turn_around_time: list, burst_time: list, no_of_process: int
77+
process_name: list, turn_around_time: list, burst_time: list, no_of_process: int # noqa ARG001
7878
) -> list:
7979
"""
8080
Calculate the waiting time of each processes.

0 commit comments

Comments
 (0)