removed unused import
This commit is contained in:
parent
6e45a16820
commit
5f9ca1e79e
3
web.py
3
web.py
@ -2,9 +2,8 @@ import tempfile
|
|||||||
import hashlib
|
import hashlib
|
||||||
from io import BytesIO
|
from io import BytesIO
|
||||||
from flask import (
|
from flask import (
|
||||||
Flask, jsonify, redirect, request, render_template, send_file, url_for, safe_join
|
Flask, jsonify, request, render_template, send_file
|
||||||
)
|
)
|
||||||
from werkzeug.utils import secure_filename
|
|
||||||
from convert import convert_epub, s2t
|
from convert import convert_epub, s2t
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user