Skip to content

Commit cbe4cc5

Browse files
committed
Fix
1 parent e79a480 commit cbe4cc5

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, # noqa ARG001
77+
process_name: list, # noqa: ARG001
7878
turn_around_time: list,
7979
burst_time: list,
8080
no_of_process: int,

0 commit comments

Comments
 (0)