remove unnecessary line which was causing isort error

This commit is contained in:
Samiul Sk 2023-06-21 01:05:05 +05:30
parent 8b7e6f2e34
commit 192c01df5b

View File

@ -5,7 +5,6 @@ be used for paginated responses.
import contextlib
import warnings
from base64 import b64decode, b64encode
from collections import namedtuple
from urllib import parse