mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-04 20:40:14 +03:00
add import re
This commit is contained in:
parent
c66df67c49
commit
8e332ad16f
|
@ -11,7 +11,7 @@ python primitives.
|
|||
response content is handled by parsers and renderers.
|
||||
"""
|
||||
from __future__ import unicode_literals
|
||||
|
||||
import re
|
||||
import copy
|
||||
import inspect
|
||||
import traceback
|
||||
|
|
Loading…
Reference in New Issue
Block a user