From e0966570f64f365c1d2569e3ed2a1938e17a4c9f Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Mon, 21 Mar 2022 04:18:16 +0100 Subject: [PATCH] remove useless import --- gui_handler.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gui_handler.py b/gui_handler.py index fbb69de..6d3c29c 100644 --- a/gui_handler.py +++ b/gui_handler.py @@ -1,4 +1,3 @@ -from email import message from PySide6 import QtWidgets import util