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 a0e44af commit 4151cbeCopy full SHA for 4151cbe
beetsplug/mbpseudo.py
@@ -20,8 +20,8 @@
20
from typing_extensions import override
21
22
import beetsplug.musicbrainz as mbplugin # avoid implicit loading of main plugin
23
-from beets.autotag import AlbumInfo, Distance
24
-from beets.autotag.distance import distance
+from beets.autotag import AlbumInfo
+from beets.autotag.distance import Distance, distance
25
from beets.autotag.hooks import TrackInfo
26
from beets.autotag.match import assign_items
27
from beets.library import Item
0 commit comments