Remove unnecessary import of Image class in ServerStatus

This commit is contained in:
Miguel Jacq 2020-05-31 20:13:55 +10:00
parent 4cf508ed8e
commit 3c9a105d92
No known key found for this signature in database
GPG key ID: EEA4341C6D97A0B6

View file

@ -24,7 +24,6 @@ from PyQt5 import QtCore, QtWidgets, QtGui
from onionshare import strings from onionshare import strings
from ..widgets import Alert from ..widgets import Alert
from ..widgets import Image
from ..widgets import QRCodeDialog from ..widgets import QRCodeDialog
class ServerStatus(QtWidgets.QWidget): class ServerStatus(QtWidgets.QWidget):