Skip to content

Commit

Permalink
removal of wekzeug.security import from api
Browse files Browse the repository at this point in the history
  • Loading branch information
benne238 committed Feb 11, 2021
1 parent ec5680c commit c7e264f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c7e264f

Please sign in to comment.