Remove unnecessary imports from settings dialog tests

This commit is contained in:
Micah Lee 2018-12-13 21:07:23 -08:00
parent a0e0b71da4
commit f9e6e6964c
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73
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