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) - -