Skip to content

Commit 37b31ac

Browse files
authored
Remove unused import statement from cpuschedulingalgos.py
1 parent e84d3c0 commit 37b31ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scheduling/cpuschedulingalgos.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import threading
33
import time
44
import tkinter as tk
5-
from typing import Any
65
from collections.abc import Generator
76
from tkinter import messagebox, ttk
87

0 commit comments

Comments
 (0)