Skip to content

Commit e89d4e6

Browse files
committed
Import order
1 parent 81bbd9d commit e89d4e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beetsplug/edit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
from beets import plugins, ui, util
2626
from beets.dbcore import types
2727
from beets.importer import Action
28-
from beets.ui.commands.utils import do_query
2928
from beets.ui.commands.import_.session import PromptChoice
29+
from beets.ui.commands.utils import do_query
3030

3131
# These "safe" types can avoid the format/parse cycle that most fields go
3232
# through: they are safe to edit with native YAML types.

0 commit comments

Comments
 (0)