From 6089fb7899db2031aa6cc0c681951ee1d5628f38 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Tue, 17 Feb 2015 17:23:02 -0500 Subject: [PATCH] Remove unused import --- test/test_config_command.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_config_command.py b/test/test_config_command.py index 7289daf13..c206c7ac8 100644 --- a/test/test_config_command.py +++ b/test/test_config_command.py @@ -10,7 +10,6 @@ from shutil import rmtree from beets import ui from beets import config -from test import _common from test._common import unittest from test.helper import TestHelper, capture_stdout from beets.library import Library