mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
Fix lint
This commit is contained in:
parent
d11c074a85
commit
16c4f6e433
1 changed files with 1 additions and 1 deletions
|
|
@ -26,9 +26,9 @@ from mediafile import MediaFile
|
|||
from beets import config, logging, ui
|
||||
from beets.test import _common
|
||||
from beets.test.helper import (
|
||||
ImportHelper,
|
||||
BeetsTestCase,
|
||||
FetchImageHelper,
|
||||
ImportHelper,
|
||||
IOMixin,
|
||||
PluginMixin,
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue