HTTPException import
This commit is contained in:
parent
efcbe4421d
commit
fd4ac04b5a
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
import logging
|
||||
|
||||
from flask import request, abort as flask_abort
|
||||
from flask import request, abort as flask_abort, make_response
|
||||
from auth.auth import process_auth, extract_namespace_repo_from_session, get_authenticated_user, get_validated_token
|
||||
from werkzeug.exceptions import HTTPException
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
|
Reference in a new issue