Remove reimported module

This commit is contained in:
deepsource-autofix[bot]
2021-09-12 05:00:31 +00:00
committed by GitHub
parent 2790f484c8
commit 8f3c95ea41

View File

@@ -22,7 +22,6 @@ import urllib.parse
if typing.TYPE_CHECKING:
from librespot.core import Session
from librespot.crypto import Packet
class AbsChunkedInputStream(io.BytesIO, HaltListener):