restored original formatting

This commit is contained in:
Dariusz Czech 2017-03-21 08:40:59 +01:00
parent c7e2d1d976
commit 9074e3e478

View File

@ -1,6 +1,6 @@
import re
from collections import OrderedDict
from importlib import import_module
import re
from django.conf import settings
from django.contrib.admindocs.views import simplify_regex
@ -23,7 +23,6 @@ from rest_framework.utils import formatting
from rest_framework.utils.model_meta import _get_pk
from rest_framework.views import APIView
header_regex = re.compile('^[a-zA-Z][0-9A-Za-z_]*:')