Remove unnecesary imports

remotes/origin/enhancement/email-actions
David Barragán Merino 2014-05-13 16:01:57 +02:00
parent 9f6a7da01d
commit f54133064b
1 changed files with 0 additions and 2 deletions

View File

@ -15,7 +15,6 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
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