mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-28 05:54:52 -04:00
Sort imports
Signed-off-by: nathom <nathanthomas707@gmail.com>
This commit is contained in:
parent
f8e186fb60
commit
7fdc07b448
5 changed files with 6 additions and 5 deletions
|
@ -8,6 +8,7 @@ from collections import OrderedDict
|
|||
from typing import Generator, Hashable, Iterable, Optional, Union
|
||||
|
||||
from .constants import (
|
||||
ALBUM_KEYS,
|
||||
COPYRIGHT,
|
||||
COVER_SIZES,
|
||||
FLAC_KEY,
|
||||
|
@ -16,7 +17,6 @@ from .constants import (
|
|||
PHON_COPYRIGHT,
|
||||
TIDAL_Q_MAP,
|
||||
TRACK_KEYS,
|
||||
ALBUM_KEYS,
|
||||
)
|
||||
from .exceptions import InvalidContainerError, InvalidSourceError
|
||||
from .utils import get_quality_id, safe_get, tidal_cover_url
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue