mirror of
https://github.com/beetbox/beets.git
synced 2025-12-26 02:24:33 +01:00
Fix missing import
This commit is contained in:
parent
ddf5233daa
commit
a744e8ea59
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ import codecs
|
|||
import platform
|
||||
|
||||
import beets
|
||||
from beets import ui
|
||||
from beets import ui, mediafile
|
||||
from beets.ui import print_, input_, decargs
|
||||
from beets import autotag
|
||||
from beets.autotag import recommendation
|
||||
|
|
|
|||
Loading…
Reference in a new issue