Sort imports

with isort
This commit is contained in:
nathom 2021-04-26 16:38:10 -07:00
parent 9f87084276
commit f873546555

View file

@ -19,11 +19,11 @@ from .constants import (
CONFIG_PATH,
DB_PATH,
LASTFM_URL_REGEX,
YOUTUBE_URL_REGEX,
MEDIA_TYPES,
QOBUZ_INTERPRETER_URL_REGEX,
SOUNDCLOUD_URL_REGEX,
URL_REGEX,
YOUTUBE_URL_REGEX,
)
from .db import MusicDB
from .exceptions import (