Remove unused logging import

This commit is contained in:
Jack Wilsdon 2015-09-11 18:37:20 +01:00
parent 553dd1f39d
commit 276c5da913

View file

@ -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