Skip to content

Commit

Permalink
refactor: remove unnecessary return statement
Browse files Browse the repository at this point in the history
refactor: remove unnecessary return statement
  • Loading branch information
itsHenry35 committed Dec 24, 2023
2 parents d1a127b + 79bfb7e commit c8b38cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gui/download2.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,4 +270,3 @@ def switchpauseresume(button):
root.mainloop()
importlib.reload(ttk.style)
importlib.reload(tkinter)
return

0 comments on commit c8b38cf

Please sign in to comment.