Create fcfs.py #13757
Annotations
2 errors
ruff
Process completed with exit code 1.
|
Ruff (F401):
scheduling/fcfs.py#L1
scheduling/fcfs.py:1:25: F401 `collections.deque` imported but unused
|