Skip to content

Commit

Permalink
Removed type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
Secret-chest committed Feb 11, 2022
1 parent 70719ae commit 6b64ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@

# Define a dialog class for screen resolution
class SizeDialog(tkinter.simpledialog.Dialog):
def __init__(self, parent: tk.Misc | None, title):
def __init__(self, parent, title):
super().__init__(parent, title)

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

0 comments on commit 6b64ee5

Please sign in to comment.