mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-13 05:06:53 +03:00
remove unnecessary line which was causing isort error (#9014)
This commit is contained in:
parent
8b7e6f2e34
commit
8dd4250d02
|
@ -5,7 +5,6 @@ be used for paginated responses.
|
||||||
|
|
||||||
import contextlib
|
import contextlib
|
||||||
import warnings
|
import warnings
|
||||||
|
|
||||||
from base64 import b64decode, b64encode
|
from base64 import b64decode, b64encode
|
||||||
from collections import namedtuple
|
from collections import namedtuple
|
||||||
from urllib import parse
|
from urllib import parse
|
||||||
|
|
Loading…
Reference in New Issue
Block a user