mirror of
https://github.com/beetbox/beets.git
synced 2025-12-24 01:25:47 +01:00
split imports
This commit is contained in:
parent
47f8fbe629
commit
f70e5ec758
1 changed files with 2 additions and 1 deletions
|
|
@ -25,7 +25,8 @@ import acoustid
|
|||
import confuse
|
||||
|
||||
from beets import config, ui, util
|
||||
from beets.autotag import Distance, TrackInfo
|
||||
from beets.autotag.distance import Distance
|
||||
from beets.autotag.hooks import TrackInfo
|
||||
from beets.metadata_plugins import MetadataSourcePlugin
|
||||
from beetsplug.musicbrainz import MusicBrainzPlugin
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue