From f9e6e6964cdc34b685ac1a0d6a7e82540b654a31 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Thu, 13 Dec 2018 21:07:23 -0800 Subject: Remove unnecessary imports from settings dialog tests --- tests/local_onionshare_settings_dialog_legacy_tor_test.py | 3 --- tests/local_onionshare_settings_dialog_no_tor_test.py | 3 --- tests/local_onionshare_settings_dialog_v3_tor_test.py | 2 -- 3 files changed, 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 -- cgit v1.2.3-54-g00ecf