diff --git a/librespot/metadata/__init__.py b/librespot/metadata/__init__.py index dcfb37a..c673724 100644 --- a/librespot/metadata/__init__.py +++ b/librespot/metadata/__init__.py @@ -3,6 +3,5 @@ from librespot.metadata.ArtistId import ArtistId from librespot.metadata.EpisodeId import EpisodeId from librespot.metadata.PlayableId import PlayableId from librespot.metadata.ShowId import SpotifyId -from librespot.metadata.SpotifyId import SpotifyId from librespot.metadata.TrackId import TrackId from librespot.metadata.UnsupportedId import UnsupportedId