Skip to content

Commit 8dd4250

Browse files
authored
remove unnecessary line which was causing isort error (#9014)
1 parent 8b7e6f2 commit 8dd4250

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rest_framework/pagination.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
import contextlib
77
import warnings
8-
98
from base64 import b64decode, b64encode
109
from collections import namedtuple
1110
from urllib import parse

0 commit comments

Comments
 (0)