We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81bbd9d commit e89d4e6Copy full SHA for e89d4e6
beetsplug/edit.py
@@ -25,8 +25,8 @@
25
from beets import plugins, ui, util
26
from beets.dbcore import types
27
from beets.importer import Action
28
-from beets.ui.commands.utils import do_query
29
from beets.ui.commands.import_.session import PromptChoice
+from beets.ui.commands.utils import do_query
30
31
# These "safe" types can avoid the format/parse cycle that most fields go
32
# through: they are safe to edit with native YAML types.
0 commit comments