Restyled by isort
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
import logging
|
||||
import typing
|
||||
|
||||
import requests
|
||||
|
||||
from librespot.core.ApResolver import ApResolver
|
||||
from librespot.metadata import AlbumId, ArtistId, EpisodeId, TrackId, ShowId
|
||||
from librespot.metadata import AlbumId, ArtistId, EpisodeId, ShowId, TrackId
|
||||
from librespot.proto import Connect, Metadata
|
||||
from librespot.standard import Closeable
|
||||
import logging
|
||||
import requests
|
||||
import typing
|
||||
|
||||
|
||||
class ApiClient(Closeable):
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
from __future__ import annotations
|
||||
from librespot.standard.Closeable import Closeable
|
||||
|
||||
import typing
|
||||
|
||||
from librespot.standard.Closeable import Closeable
|
||||
|
||||
|
||||
class DealerClient(Closeable):
|
||||
def __init__(self, session):
|
||||
|
||||
Reference in New Issue
Block a user