aboutsummaryrefslogtreecommitdiff
path: root/desktop/src/onionshare/main_window.py
diff options
context:
space:
mode:
authorAksh Gupta <akshgpt7@gmail.com>2021-03-10 08:40:06 +0000
committerAksh Gupta <akshgpt7@gmail.com>2021-03-10 22:59:47 +0530
commitea8d2cfdfe3834e1dbb0ef0e12beb7da41a033f2 (patch)
treef809dcc93a03c1be03d488c00b427850705ea671 /desktop/src/onionshare/main_window.py
parentdd8742535f99f9c51c890aa893966f1146f6ffaf (diff)
downloadonionshare-ea8d2cfdfe3834e1dbb0ef0e12beb7da41a033f2.tar.gz
onionshare-ea8d2cfdfe3834e1dbb0ef0e12beb7da41a033f2.zip
chore: refactor code quality issues
Diffstat (limited to 'desktop/src/onionshare/main_window.py')
-rw-r--r--desktop/src/onionshare/main_window.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop/src/onionshare/main_window.py b/desktop/src/onionshare/main_window.py
index 2f6e91d0..d87092b6 100644
--- a/desktop/src/onionshare/main_window.py
+++ b/desktop/src/onionshare/main_window.py
@@ -21,8 +21,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
import time
from PySide2 import QtCore, QtWidgets, QtGui
-from onionshare_cli.web import Web
-
from . import strings
from .tor_connection_dialog import TorConnectionDialog
from .settings_dialog import SettingsDialog