From f0ec9985763579e1a15c07128fe51cb94b7c2c0f Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Fri, 5 Sep 2014 22:29:31 +0200 Subject: [PATCH] Remove unused import. --- taiga/base/models.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/taiga/base/models.py b/taiga/base/models.py index 90d40912..9cb0cd80 100644 --- a/taiga/base/models.py +++ b/taiga/base/models.py @@ -14,8 +14,6 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -from django.db.models import Q - # Patch api view for correctly return 401 responses on # request is authenticated instead of 403 from . import monkey