Restyled by isort

This commit is contained in:
Restyled.io
2021-05-21 03:40:50 +00:00
parent 5132c9e023
commit a62f17c8c9
5 changed files with 45 additions and 33 deletions

View File

@@ -1,10 +1,11 @@
from librespot.audio.HaltListener import HaltListener
from librespot.standard.InputStream import InputStream
import math
import threading
import time
import typing
from librespot.audio.HaltListener import HaltListener
from librespot.standard.InputStream import InputStream
class AbsChunkedInputStream(InputStream, HaltListener):
preload_ahead: typing.Final[int] = 3