remove unnecessary import from GuiWebSiteTest class

This commit is contained in:
Miguel Jacq 2019-09-03 11:53:17 +10:00
parent 5defd4a10b
commit f4f7b984e5
No known key found for this signature in database
GPG Key ID: EEA4341C6D97A0B6

View File

@ -11,7 +11,6 @@ from onionshare.settings import Settings
from onionshare.onion import Onion
from onionshare.web import Web
from onionshare_gui import Application, OnionShare, OnionShareGui
from onionshare_gui.mode.website_mode import WebsiteMode
from .GuiShareTest import GuiShareTest
class GuiWebsiteTest(GuiShareTest):