From 91c10ab8d7e2d997d12fc3d0e2756e541a963609 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Fri, 14 May 2021 22:07:45 +0000 Subject: [PATCH] Format code with yapf This commit fixes the style issues introduced in 4a016f5 according to the output from yapf. Details: https://deepsource.io/gh/kokarare1212/librespot-python/transform/74dc3b43-9daa-43d1-9a5f-092dccfff164/ --- librespot/metadata/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/librespot/metadata/__init__.py b/librespot/metadata/__init__.py index e2ce5ae..21ca2c6 100644 --- a/librespot/metadata/__init__.py +++ b/librespot/metadata/__init__.py @@ -260,5 +260,3 @@ class TrackId(PlayableId, SpotifyId): def get_gid(self) -> bytes: return Utils.hex_to_bytes(self._hexId) - -