summaryrefslogtreecommitdiff
path: root/opendc/api/v2/users/endpoint.py
diff options
context:
space:
mode:
Diffstat (limited to 'opendc/api/v2/users/endpoint.py')
-rw-r--r--opendc/api/v2/users/endpoint.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/opendc/api/v2/users/endpoint.py b/opendc/api/v2/users/endpoint.py
index 7b4158e3..6a99d2b3 100644
--- a/opendc/api/v2/users/endpoint.py
+++ b/opendc/api/v2/users/endpoint.py
@@ -1,6 +1,3 @@
-from werkzeug.exceptions import abort
-
-from opendc.models.user import User
from opendc.util import exceptions
from opendc.util.database import DB
from opendc.util.rest import Response