From b1825f3df3b4769ff0a6a9b5782d8877189f9876 Mon Sep 17 00:00:00 2001 From: oleting Date: Sat, 26 Dec 2020 10:54:19 +0100 Subject: [PATCH] - unused argument --- gui/gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/gui.py b/gui/gui.py index 8db929a..30d48af 100644 --- a/gui/gui.py +++ b/gui/gui.py @@ -76,7 +76,7 @@ class gui: window = sg.Window('Nassi Viewer', layout, resizable=True) return window - def show_gui(self, theme: str, window: sg.Window): + def show_gui(self, window: sg.Window): while True: event, values = window.read()