From f54133064bdb43a0debb7b0d2e4f1573fed588bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Tue, 13 May 2014 16:01:57 +0200 Subject: [PATCH] Remove unnecesary imports --- taiga/projects/history/api.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/taiga/projects/history/api.py b/taiga/projects/history/api.py index b1c9935a..8aa800d6 100644 --- a/taiga/projects/history/api.py +++ b/taiga/projects/history/api.py @@ -15,7 +15,6 @@ # along with this program. If not, see . from django.contrib.contenttypes.models import ContentType -from django.utils.translation import ugettext as _ from django.shortcuts import get_object_or_404 from rest_framework.response import Response @@ -23,7 +22,6 @@ from rest_framework.permissions import IsAuthenticated from taiga.base.api import GenericViewSet from taiga.base.filters import IsProjectMemberFilterBackend -from taiga.base import exceptions as exc from . import permissions from . import serializers