mirror of
https://github.com/nathom/streamrip.git
synced 2025-06-08 02:24:44 -04:00
Sort imports
with isort
This commit is contained in:
parent
9f87084276
commit
f873546555
1 changed files with 1 additions and 1 deletions
|
@ -19,11 +19,11 @@ from .constants import (
|
||||||
CONFIG_PATH,
|
CONFIG_PATH,
|
||||||
DB_PATH,
|
DB_PATH,
|
||||||
LASTFM_URL_REGEX,
|
LASTFM_URL_REGEX,
|
||||||
YOUTUBE_URL_REGEX,
|
|
||||||
MEDIA_TYPES,
|
MEDIA_TYPES,
|
||||||
QOBUZ_INTERPRETER_URL_REGEX,
|
QOBUZ_INTERPRETER_URL_REGEX,
|
||||||
SOUNDCLOUD_URL_REGEX,
|
SOUNDCLOUD_URL_REGEX,
|
||||||
URL_REGEX,
|
URL_REGEX,
|
||||||
|
YOUTUBE_URL_REGEX,
|
||||||
)
|
)
|
||||||
from .db import MusicDB
|
from .db import MusicDB
|
||||||
from .exceptions import (
|
from .exceptions import (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue