mirror of
https://github.com/nathom/streamrip.git
synced 2025-06-01 07:48:25 -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,
|
||||
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 (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue