Skip to content

Commit 22eaaa5

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 10b0382 commit 22eaaa5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: scheduling/highest_response_ratio_next.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,10 @@ 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 # noqa ARG001
77+
process_name: list,
78+
turn_around_time: list,
79+
burst_time: list,
80+
no_of_process: int, # noqa ARG001
7881
) -> list:
7982
"""
8083
Calculate the waiting time of each processes.

0 commit comments

Comments
 (0)