summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2018-12-13 21:07:23 -0800
committerMicah Lee <micah@micahflee.com>2018-12-13 21:07:23 -0800
commitf9e6e6964cdc34b685ac1a0d6a7e82540b654a31 (patch)
treeb224b6f408cde8e8f306f8326f897923af87a176
parenta0e0b71da4d08f645d133caf4e4f4d8f12e68d4a (diff)
downloadonionshare-f9e6e6964cdc34b685ac1a0d6a7e82540b654a31.tar.gz
onionshare-f9e6e6964cdc34b685ac1a0d6a7e82540b654a31.zip
Remove unnecessary imports from settings dialog tests
-rw-r--r--tests/local_onionshare_settings_dialog_legacy_tor_test.py3
-rw-r--r--tests/local_onionshare_settings_dialog_no_tor_test.py3
-rw-r--r--tests/local_onionshare_settings_dialog_v3_tor_test.py2
3 files changed, 0 insertions, 8 deletions
diff --git a/tests/local_onionshare_settings_dialog_legacy_tor_test.py b/tests/local_onionshare_settings_dialog_legacy_tor_test.py
index d08362f1..ae6ce272 100644
--- a/tests/local_onionshare_settings_dialog_legacy_tor_test.py
+++ b/tests/local_onionshare_settings_dialog_legacy_tor_test.py
@@ -1,8 +1,5 @@
#!/usr/bin/env python3
-import json
import unittest
-import time
-from PyQt5 import QtCore, QtTest
from onionshare import strings
from .SettingsGuiBaseTest import SettingsGuiBaseTest, OnionStub
diff --git a/tests/local_onionshare_settings_dialog_no_tor_test.py b/tests/local_onionshare_settings_dialog_no_tor_test.py
index a10c2f2e..9519f77e 100644
--- a/tests/local_onionshare_settings_dialog_no_tor_test.py
+++ b/tests/local_onionshare_settings_dialog_no_tor_test.py
@@ -1,8 +1,5 @@
#!/usr/bin/env python3
-import json
import unittest
-import time
-from PyQt5 import QtCore, QtTest
from onionshare import strings
from .SettingsGuiBaseTest import SettingsGuiBaseTest, OnionStub
diff --git a/tests/local_onionshare_settings_dialog_v3_tor_test.py b/tests/local_onionshare_settings_dialog_v3_tor_test.py
index 815b2f72..cb10f8c9 100644
--- a/tests/local_onionshare_settings_dialog_v3_tor_test.py
+++ b/tests/local_onionshare_settings_dialog_v3_tor_test.py
@@ -1,7 +1,5 @@
#!/usr/bin/env python3
-import json
import unittest
-from PyQt5 import QtCore, QtTest
from onionshare import strings
from .SettingsGuiBaseTest import SettingsGuiBaseTest, OnionStub