mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 21:14:19 +01:00
Remove unused import
This commit is contained in:
parent
be7ffd9758
commit
070d4feb62
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ from mock import Mock, patch
|
|||
|
||||
import _common
|
||||
from _common import unittest
|
||||
from helper import TestHelper, capture_log
|
||||
from helper import TestHelper
|
||||
|
||||
from beets.mediafile import MediaFile
|
||||
from beets import config, logging, ui
|
||||
|
|
|
|||
Loading…
Reference in a new issue