CPU Scheduling Algorithm with Interfaces #16375
Annotations
3 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (F401):
scheduling/cpuschedulingalgos.py#L5
scheduling/cpuschedulingalgos.py:5:20: F401 `typing.Any` imported but unused
|
|
Ruff (I001):
scheduling/cpuschedulingalgos.py#L1
scheduling/cpuschedulingalgos.py:1:1: I001 Import block is un-sorted or un-formatted
|