Remove reimported module

This commit is contained in:
deepsource-autofix[bot] 2021-04-09 23:26:35 +00:00 committed by GitHub
parent e93aba1f77
commit 0d6a86bf53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -3,6 +3,5 @@ from librespot.metadata.ArtistId import ArtistId
from librespot.metadata.EpisodeId import EpisodeId from librespot.metadata.EpisodeId import EpisodeId
from librespot.metadata.PlayableId import PlayableId from librespot.metadata.PlayableId import PlayableId
from librespot.metadata.ShowId import SpotifyId from librespot.metadata.ShowId import SpotifyId
from librespot.metadata.SpotifyId import SpotifyId
from librespot.metadata.TrackId import TrackId from librespot.metadata.TrackId import TrackId
from librespot.metadata.UnsupportedId import UnsupportedId from librespot.metadata.UnsupportedId import UnsupportedId