Skip to content

Commit 50604b0

Browse files
committed
Fixed linting issue after rebase.
1 parent 04a3dd2 commit 50604b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beetsplug/deezer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
from beets import ui
2727
from beets.autotag import AlbumInfo, TrackInfo
2828
from beets.dbcore import types
29-
from beets.library import DateType, Item, Library
3029
from beets.plugins import BeetsPlugin, MetadataSourcePlugin, Response
3130

3231
if TYPE_CHECKING:
32+
from beets.library import Item, Library
3333
from beetsplug._typing import JSONDict
3434

3535

0 commit comments

Comments
 (0)