From 9baf1c06d60eae3303cf29e7ebd1a41cb91778ee Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Fri, 21 May 2021 03:49:47 +0000 Subject: [PATCH] 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/ --- librespot/audio/cdn/CdnManager.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/librespot/audio/cdn/CdnManager.py b/librespot/audio/cdn/CdnManager.py index f2b358a..b7144c9 100644 --- a/librespot/audio/cdn/CdnManager.py +++ b/librespot/audio/cdn/CdnManager.py @@ -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()