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:
deepsource-autofix[bot] 2021-05-21 03:49:47 +00:00 committed by GitHub
parent 56fd16e642
commit 9baf1c06d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -159,7 +159,8 @@ class CdnManager:
else:
self._expiration = -1
class Streamer(GeneralAudioStream.GeneralAudioStream, GeneralWritableStream.GeneralWritableStream):
class Streamer(GeneralAudioStream.GeneralAudioStream,
GeneralWritableStream.GeneralWritableStream):
_session: Session = None
_streamId: StreamId = None
_executorService = concurrent.futures.ThreadPoolExecutor()