Skip to content
Snippets Groups Projects
Commit 87df8697 authored by ale's avatar ale
Browse files

Add missing import

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