Skip to content
Snippets Groups Projects
Commit 9dc2532f authored by ale's avatar ale
Browse files

Add missing import

parent be7c716c
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ import re ...@@ -4,7 +4,7 @@ import re
import ssl import ssl
import subprocess import subprocess
from functools import wraps from functools import wraps
from flask import Flask, request, abort from flask import Flask, request, abort, make_response
from .sso_api import sso_api_auth_required, init_sso from .sso_api import sso_api_auth_required, init_sso
from .tls_auth import tls_auth, init_tls_auth, PeerCertWSGIRequestHandler from .tls_auth import tls_auth, init_tls_auth, PeerCertWSGIRequestHandler
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment