mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-04 15:35:13 -04:00
chore: refactor code quality issues
This commit is contained in:
parent
5cdd01ccef
commit
6805f6acae
32 changed files with 38 additions and 97 deletions
|
@ -1,11 +1,7 @@
|
|||
import pytest
|
||||
import unittest
|
||||
|
||||
import json
|
||||
import os
|
||||
import requests
|
||||
import shutil
|
||||
import base64
|
||||
import tempfile
|
||||
import secrets
|
||||
import platform
|
||||
|
@ -13,9 +9,6 @@ import platform
|
|||
from PySide2 import QtCore, QtTest, QtWidgets
|
||||
|
||||
from onionshare_cli.common import Common
|
||||
from onionshare_cli.settings import Settings
|
||||
from onionshare_cli.onion import Onion
|
||||
from onionshare_cli.web import Web
|
||||
|
||||
from onionshare import Application, MainWindow, GuiCommon
|
||||
from onionshare.tab.mode.share_mode import ShareMode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue