mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-02 06:26:10 -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
|
@ -19,15 +19,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
"""
|
||||
|
||||
from flask import (
|
||||
Request,
|
||||
request,
|
||||
render_template,
|
||||
make_response,
|
||||
jsonify,
|
||||
redirect,
|
||||
session,
|
||||
)
|
||||
from werkzeug.utils import secure_filename
|
||||
session)
|
||||
from flask_socketio import emit, join_room, leave_room
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue