mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-04 12:30:11 +03:00
DRF-5168 import warnings
missed this in last commit
This commit is contained in:
parent
e52d31d09b
commit
a224b6b935
|
@ -5,6 +5,7 @@ be used for paginated responses.
|
|||
"""
|
||||
from __future__ import unicode_literals
|
||||
|
||||
import warnings
|
||||
from base64 import b64decode, b64encode
|
||||
from collections import OrderedDict, namedtuple
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user