missing import
This commit is contained in:
parent
8ac3f498ed
commit
26d8f1e65b
@ -1,6 +1,6 @@
|
|||||||
from functools import wraps
|
from functools import wraps
|
||||||
from flask import request, jsonify, Blueprint, Response
|
from flask import request, jsonify, Blueprint, Response
|
||||||
from typing import Callable, Any, Tuple
|
from typing import Callable, Any, Tuple, Dict
|
||||||
|
|
||||||
|
|
||||||
auth_blueprint = Blueprint("auth", __name__)
|
auth_blueprint = Blueprint("auth", __name__)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user