summaryrefslogtreecommitdiff
path: root/opendc/api/v2/users/endpoint.py
diff options
context:
space:
mode:
authorGeorgios Andreadis <info@gandreadis.com>2020-06-24 15:10:40 +0200
committerGeorgios Andreadis <info@gandreadis.com>2020-06-24 15:10:40 +0200
commit64a8696e1507d6affd9b9ed56d2577cdb3fe9747 (patch)
tree57232ea646cd087c3bdac14dc9e40ceb6f517418 /opendc/api/v2/users/endpoint.py
parenta1782de1037dc1f818c45257d978da888e87ff85 (diff)
Add more tests
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