mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 17:47:04 +03:00
restored original formatting
This commit is contained in:
parent
c7e2d1d976
commit
9074e3e478
|
@ -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_]*:')
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user