Commit 9074e3e4 by Dariusz Czech

restored original formatting

parent c7e2d1d9
import re
from collections import OrderedDict from collections import OrderedDict
from importlib import import_module from importlib import import_module
import re
from django.conf import settings from django.conf import settings
from django.contrib.admindocs.views import simplify_regex from django.contrib.admindocs.views import simplify_regex
...@@ -23,7 +23,6 @@ from rest_framework.utils import formatting ...@@ -23,7 +23,6 @@ from rest_framework.utils import formatting
from rest_framework.utils.model_meta import _get_pk from rest_framework.utils.model_meta import _get_pk
from rest_framework.views import APIView from rest_framework.views import APIView
header_regex = re.compile('^[a-zA-Z][0-9A-Za-z_]*:') header_regex = re.compile('^[a-zA-Z][0-9A-Za-z_]*:')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment