Sort imports

Signed-off-by: nathom <nathanthomas707@gmail.com>
This commit is contained in:
nathom 2021-06-20 10:46:11 -07:00
parent f8e186fb60
commit 7fdc07b448
5 changed files with 6 additions and 5 deletions

View file

@ -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