Remove unnecessary imports from settings dialog tests

This commit is contained in:
Micah Lee 2018-12-13 21:07:23 -08:00
parent 71ea5e5437
commit fcf01d3e4f
3 changed files with 0 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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