mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-16 19:41:06 +03:00
remove trailing comma
This commit is contained in:
parent
326e09dde9
commit
006ae46092
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user