mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-10 19:52:50 -03:00
Remove unused imports
This commit is contained in:
parent
60d97cfa5e
commit
829f15ab34
1 changed files with 1 additions and 3 deletions
|
@ -1,13 +1,11 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
import os, sys, subprocess, time, hashlib, platform, json, locale, socket, argparse, Queue, inspect, base64, mimetypes, hmac
|
||||
from random import randint
|
||||
from functools import wraps
|
||||
from itertools import izip
|
||||
|
||||
from stem.control import Controller
|
||||
from stem import SocketError
|
||||
|
||||
from flask import Flask, Markup, Response, request, make_response, send_from_directory, render_template_string, abort
|
||||
from flask import Flask, Response, request, render_template_string, abort
|
||||
|
||||
class NoTor(Exception): pass
|
||||
|
||||
|
|
Loading…
Reference in a new issue