Skip to content

Commit 4151cbe

Browse files
committed
Update imports
1 parent a0e44af commit 4151cbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

beetsplug/mbpseudo.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
from typing_extensions import override
2121

2222
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
23+
from beets.autotag import AlbumInfo
24+
from beets.autotag.distance import Distance, distance
2525
from beets.autotag.hooks import TrackInfo
2626
from beets.autotag.match import assign_items
2727
from beets.library import Item

0 commit comments

Comments
 (0)