mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-28 09:04:26 -04:00
Remove unnecessary import of Image class in ServerStatus
This commit is contained in:
parent
698222e402
commit
caec6a5b3e
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