From a30f6972cdf724eab02b3b902836e230a048c522 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Fri, 16 Mar 2018 14:41:19 +0100 Subject: [PATCH 6/7] notifications: remove unused import (to be rebased) --- combo/apps/notifications/api_views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/combo/apps/notifications/api_views.py b/combo/apps/notifications/api_views.py index 66e9ff1..640984b 100644 --- a/combo/apps/notifications/api_views.py +++ b/combo/apps/notifications/api_views.py @@ -14,7 +14,7 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -from rest_framework import authentication, serializers, permissions, status +from rest_framework import serializers, permissions, status from rest_framework.generics import GenericAPIView from rest_framework.response import Response -- 2.14.2