diff --git a/app/authentication/auth.py b/app/authentication/auth.py index 6e3b28d3a..2066bf5ed 100644 --- a/app/authentication/auth.py +++ b/app/authentication/auth.py @@ -1,4 +1,3 @@ -import os import uuid from flask import current_app, g, request diff --git a/app/user/rest.py b/app/user/rest.py index 86f8e3ce6..847c4ca07 100644 --- a/app/user/rest.py +++ b/app/user/rest.py @@ -1,5 +1,4 @@ import json -import os import uuid from urllib.parse import urlencode