mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-08 14:52:59 -04:00
remove unnecessary import from GuiWebSiteTest class
This commit is contained in:
parent
93a63098de
commit
6da58edcda
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@ from onionshare.settings import Settings
|
||||||
from onionshare.onion import Onion
|
from onionshare.onion import Onion
|
||||||
from onionshare.web import Web
|
from onionshare.web import Web
|
||||||
from onionshare_gui import Application, OnionShare, OnionShareGui
|
from onionshare_gui import Application, OnionShare, OnionShareGui
|
||||||
from onionshare_gui.mode.website_mode import WebsiteMode
|
|
||||||
from .GuiShareTest import GuiShareTest
|
from .GuiShareTest import GuiShareTest
|
||||||
|
|
||||||
class GuiWebsiteTest(GuiShareTest):
|
class GuiWebsiteTest(GuiShareTest):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue