mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-09 09:55:00 -04:00
Remove unnecessary import of Image class in ServerStatus
This commit is contained in:
parent
4cf508ed8e
commit
3c9a105d92
1 changed files with 0 additions and 1 deletions
|
@ -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):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue