From 006ae4609207b815afdacb5bd6ad0035a81f4166 Mon Sep 17 00:00:00 2001 From: Asif Saifuddin Auvi Date: Wed, 18 Jan 2017 21:40:07 +0600 Subject: [PATCH] remove trailing comma --- tests/test_fields.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_fields.py b/tests/test_fields.py index 50617b94c..f45dd914a 100644 --- a/tests/test_fields.py +++ b/tests/test_fields.py @@ -8,7 +8,7 @@ from decimal import Decimal import pytest from django.http import QueryDict from django.test import TestCase, override_settings -from django.utils import six, +from django.utils import six import rest_framework from rest_framework import serializers