mirror of
https://github.com/beetbox/beets.git
synced 2026-02-05 15:03:21 +01:00
Remove unused logging import
This commit is contained in:
parent
553dd1f39d
commit
276c5da913
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ from test import _common
|
|||
from test._common import unittest
|
||||
from test.helper import TestHelper
|
||||
|
||||
from beets import config, logging
|
||||
from beets import config
|
||||
from beets import plugins
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue