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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

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):