From 64a8696e1507d6affd9b9ed56d2577cdb3fe9747 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Wed, 24 Jun 2020 15:10:40 +0200 Subject: Add more tests --- opendc/api/v2/users/endpoint.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'opendc/api/v2/users/endpoint.py') 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 -- cgit v1.2.3