remove unnecessary line which was causing isort error (#9014)

This commit is contained in:
Samiul Sk 2023-06-21 10:35:44 +05:30 committed by GitHub
parent 8b7e6f2e34
commit 8dd4250d02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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