From bea4a520fbcd1516caa4812d2ed4ef8537cf564f Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Wed, 19 May 2021 22:03:46 +0000 Subject: [PATCH] Format code with yapf This commit fixes the style issues introduced in 8d86acc according to the output from yapf. Details: https://deepsource.io/gh/kokarare1212/librespot-python/transform/f67857d7-127e-492e-bbd5-43d4fb39c592/ --- librespot/audio/decoders/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librespot/audio/decoders/__init__.py b/librespot/audio/decoders/__init__.py index a96ba38..5e194d8 100644 --- a/librespot/audio/decoders/__init__.py +++ b/librespot/audio/decoders/__init__.py @@ -1 +1 @@ -from librespot.audio.decoders.AudioQuality import AudioQuality \ No newline at end of file +from librespot.audio.decoders.AudioQuality import AudioQuality