Format code with yapf
This commit fixes the style issues introduced in 56fd16e according to the output
from yapf.
Details: https://deepsource.io/gh/kokarare1212/librespot-python/transform/0548e0b8-69d4-4403-9575-38fa30cd76a6/
This commit is contained in:
committed by
GitHub
parent
56fd16e642
commit
9baf1c06d6
@@ -159,7 +159,8 @@ class CdnManager:
|
|||||||
else:
|
else:
|
||||||
self._expiration = -1
|
self._expiration = -1
|
||||||
|
|
||||||
class Streamer(GeneralAudioStream.GeneralAudioStream, GeneralWritableStream.GeneralWritableStream):
|
class Streamer(GeneralAudioStream.GeneralAudioStream,
|
||||||
|
GeneralWritableStream.GeneralWritableStream):
|
||||||
_session: Session = None
|
_session: Session = None
|
||||||
_streamId: StreamId = None
|
_streamId: StreamId = None
|
||||||
_executorService = concurrent.futures.ThreadPoolExecutor()
|
_executorService = concurrent.futures.ThreadPoolExecutor()
|
||||||
|
|||||||
Reference in New Issue
Block a user