From caec6a5b3e33fb1049492ef9ca77ced3d5323882 Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Sun, 31 May 2020 20:13:55 +1000 Subject: [PATCH] Remove unnecessary import of Image class in ServerStatus --- onionshare_gui/tab/server_status.py | 1 - 1 file changed, 1 deletion(-) diff --git a/onionshare_gui/tab/server_status.py b/onionshare_gui/tab/server_status.py index 10d45bcc..6a9461f0 100644 --- a/onionshare_gui/tab/server_status.py +++ b/onionshare_gui/tab/server_status.py @@ -24,7 +24,6 @@ from PyQt5 import QtCore, QtWidgets, QtGui from onionshare import strings from ..widgets import Alert -from ..widgets import Image from ..widgets import QRCodeDialog class ServerStatus(QtWidgets.QWidget):