Projet

Général

Profil

0005-notifications-remove-unused-import-to-be-rebased.patch

Benjamin Dauvergne, 18 mars 2018 22:13

Télécharger (962 octets)

Voir les différences:

Subject: [PATCH 5/8] notifications: remove unused import (to be rebased)

 combo/apps/notifications/api_views.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
combo/apps/notifications/api_views.py
14 14
# You should have received a copy of the GNU Affero General Public License
15 15
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
16 16

  
17
from rest_framework import authentication, serializers, permissions, status
17
from rest_framework import serializers, permissions, status
18 18
from rest_framework.generics import GenericAPIView
19 19
from rest_framework.response import Response
20 20

  
21
-