From 6e3fea41600eb47b4bcdc648664663e8fe00c3df Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Sun, 17 Sep 2023 12:52:55 -0700 Subject: [PATCH] Remove unnecessary return. --- PGUI.pyw | 1 - 1 file changed, 1 deletion(-) diff --git a/PGUI.pyw b/PGUI.pyw index 74ed952..244e1c4 100644 --- a/PGUI.pyw +++ b/PGUI.pyw @@ -98,7 +98,6 @@ class PGUILauncher(tkinter.Frame): self.upper_frame.grid(row=0, column=0, columnspan=999, sticky='ew', padx=8, pady=8) self.filter_entry.grid(row=0, column=0, sticky='news', padx=2, pady=2) self.open_folder_button.grid(row=0, column=1, sticky='news', padx=2, pady=2) - return self.filter_entry def filter(self, *args): text = self.filter_entry.get().lower()