mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-06-13 10:03:20 +03:00
remove trailing comma
This commit is contained in:
parent
326e09dde9
commit
006ae46092
|
@ -8,7 +8,7 @@ from decimal import Decimal
|
||||||
import pytest
|
import pytest
|
||||||
from django.http import QueryDict
|
from django.http import QueryDict
|
||||||
from django.test import TestCase, override_settings
|
from django.test import TestCase, override_settings
|
||||||
from django.utils import six,
|
from django.utils import six
|
||||||
|
|
||||||
import rest_framework
|
import rest_framework
|
||||||
from rest_framework import serializers
|
from rest_framework import serializers
|
||||||
|
|
Loading…
Reference in New Issue
Block a user