From 398a91b28b2f5a7b9a904f7c3d6608f35c8fa7a0 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 06:30:57 +0000 Subject: [PATCH] refactor: add newline at end of file It is recommended to put a newline at the end of the file. --- gui/download1.py | 2 +- main.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/download1.py b/gui/download1.py index efd0ad3..229ef1f 100644 --- a/gui/download1.py +++ b/gui/download1.py @@ -102,4 +102,4 @@ def mouse_scroll(event): selectpath.pack(anchor='w') root.mainloop() importlib.reload(ttk.style) - return returnlist, path, isoverride.get()==1 \ No newline at end of file + return returnlist, path, isoverride.get()==1 diff --git a/main.py b/main.py index f1b3d5a..c487133 100644 --- a/main.py +++ b/main.py @@ -88,4 +88,4 @@ def get_aria2c_path_conf(): if alertdialog: mb.showinfo('问题反馈', '请在弹出的网页底部评论区中或在GitHub上提issue将错误反馈给开发者!') webbrowser.open("https://blog.itshenryz.com/2022/06/01/ledu-playback-download/") - sys.exit() \ No newline at end of file + sys.exit()