fixed class use insted of module

This commit is contained in:
Pawan Paudel
2021-05-26 16:38:59 +05:45
parent 3fcf78eb23
commit 3b8068a67a
5 changed files with 19 additions and 19 deletions

View File

@@ -2,7 +2,7 @@ from __future__ import annotations
import typing
if typing.TYPE_CHECKING:
from librespot.audio import AbsChunkedInputStream
from librespot.audio.AbsChunkedInputStream import AbsChunkedInputStream
from librespot.audio.format import SuperAudioFormat