Restyled by reorder-python-imports

This commit is contained in:
Restyled.io
2021-05-22 01:26:41 +00:00
parent 632fc07c00
commit 10c7a801e4
14 changed files with 82 additions and 37 deletions

View File

@@ -4,8 +4,13 @@ import typing
import requests
from librespot.core.ApResolver import ApResolver
from librespot.metadata import AlbumId, ArtistId, EpisodeId, ShowId, TrackId
from librespot.proto import Connect, Metadata
from librespot.metadata import AlbumId
from librespot.metadata import ArtistId
from librespot.metadata import EpisodeId
from librespot.metadata import ShowId
from librespot.metadata import TrackId
from librespot.proto import Connect
from librespot.proto import Metadata
from librespot.standard import Closeable