Skip to content

Commit e84d3c0

Browse files
authored
Add typing import for type hinting
1 parent 50c1f9f commit e84d3c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scheduling/cpuschedulingalgos.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import threading
33
import time
44
import tkinter as tk
5+
from typing import Any
56
from collections.abc import Generator
67
from tkinter import messagebox, ttk
78

0 commit comments

Comments
 (0)