diff --git a/files/routes/routehelpers.py b/files/routes/routehelpers.py index 40de740bb..34ba4604c 100644 --- a/files/routes/routehelpers.py +++ b/files/routes/routehelpers.py @@ -1,4 +1,5 @@ import time +import uuid from random import randint from sqlalchemy.orm import aliased, deferred diff --git a/files/routes/wrappers.py b/files/routes/wrappers.py index 745ab746c..e471f28ca 100644 --- a/files/routes/wrappers.py +++ b/files/routes/wrappers.py @@ -1,7 +1,6 @@ import time import secrets import user_agents -import uuid from flask import g, request, session from files.classes.clients import ClientAuth