Skip to content

Commit 6b64ee5

Browse files
committed
Removed type hint
1 parent 70719ae commit 6b64ee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154

155155
# Define a dialog class for screen resolution
156156
class SizeDialog(tkinter.simpledialog.Dialog):
157-
def __init__(self, parent: tk.Misc | None, title):
157+
def __init__(self, parent, title):
158158
super().__init__(parent, title)
159159

160160
def body(self, master) -> tuple[str, str]:

0 commit comments

Comments
 (0)