mirror of
https://github.com/nathom/streamrip.git
synced 2025-06-04 08:59:47 -04:00
Run isort and other cleanup
This commit is contained in:
parent
ca67173162
commit
8d0dc7fb7f
12 changed files with 86 additions and 95 deletions
|
@ -19,7 +19,7 @@ from .constants import (
|
|||
TRACK_KEYS,
|
||||
)
|
||||
from .exceptions import InvalidContainerError, InvalidSourceError
|
||||
from .utils import get_quality_id, safe_get, tidal_cover_url, get_cover_urls
|
||||
from .utils import get_cover_urls, get_quality_id, safe_get, tidal_cover_url
|
||||
|
||||
logger = logging.getLogger("streamrip")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue