remove import of flask, g
This commit is contained in:
parent
6d294c63fd
commit
6d17603016
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import uuid
|
|||
import redis
|
||||
|
||||
from cryptography.fernet import Fernet
|
||||
from flask import abort, Flask, render_template, request, jsonify, g
|
||||
from flask import abort, Flask, render_template, request, jsonify
|
||||
from redis.exceptions import ConnectionError
|
||||
from urllib.parse import quote_plus
|
||||
from urllib.parse import unquote_plus
|
||||
|
|
Loading…
Reference in a new issue