mirror of
https://github.com/beetbox/beets.git
synced 2026-01-01 21:42:48 +01:00
Add missing import.
This commit is contained in:
parent
35e926a51b
commit
29546fda5f
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ from beets import ui
|
|||
from beets.ui import print_, input_, decargs
|
||||
from beets import autotag
|
||||
from beets.autotag import recommendation
|
||||
from beets.autotag.match import VA_ARTISTS
|
||||
from beets import plugins
|
||||
from beets import importer
|
||||
from beets import util
|
||||
|
|
|
|||
Loading…
Reference in a new issue