Fix #596 missing import

This commit is contained in:
Khanh Ngo
2019-12-07 20:46:14 +07:00
parent bbede0f7bd
commit 19401699ca

View File

@ -1,6 +1,7 @@
import os
import base64
import bcrypt
import pyotp
import ldap
import ldap.filter
from flask import current_app