From c7e264f079251e7d6dc436f815a367f88f965c9a Mon Sep 17 00:00:00 2001 From: benne238 Date: Thu, 11 Feb 2021 16:19:29 -0500 Subject: [PATCH] removal of wekzeug.security import from api --- api/api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/api/api.py b/api/api.py index 65e911f..73128f6 100644 --- a/api/api.py +++ b/api/api.py @@ -5,7 +5,6 @@ jwt_required, get_jwt_identity, jwt_refresh_token_required, set_refresh_cookies, unset_refresh_cookies ) -from werkzeug.security import check_password_hash import os, dotenv from easyad import EasyAD from ldap.filter import escape_filter_chars