From 0d6a86bf53ad6817ccea27bbfeb760674fef3c86 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Fri, 9 Apr 2021 23:26:35 +0000 Subject: [PATCH 1/2] Remove reimported module --- librespot/metadata/__init__.py | 1 - 1 file changed, 1 deletion(-) 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 From 5734189f4561f0a1a6dc6da0d58639133374bee5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=93=E3=81=86=E3=81=8B=E3=82=89?= Date: Sat, 10 Apr 2021 08:27:18 +0900 Subject: [PATCH 2/2] Update __init__.py --- librespot/metadata/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librespot/metadata/__init__.py b/librespot/metadata/__init__.py index c673724..f9c4079 100644 --- a/librespot/metadata/__init__.py +++ b/librespot/metadata/__init__.py @@ -2,6 +2,6 @@ from librespot.metadata.AlbumId import AlbumId 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