From e1fd26aa0f871c0f0d63c7a252533542a8a07527 Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Sat, 19 Mar 2022 12:16:38 +0100 Subject: [PATCH] removed unused code --- gui_handler.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gui_handler.py b/gui_handler.py index 72544fc..ace0161 100644 --- a/gui_handler.py +++ b/gui_handler.py @@ -1,7 +1,6 @@ from PySide6 import QtWidgets import util -gui_handler_communication = util.Communication() app = QtWidgets.QApplication([]) class Window: