Removes unused import (flake8 warning)

This commit is contained in:
Pierre Rust 2014-06-13 13:57:16 +02:00
parent ebd2da14dc
commit a90991b296

View file

@ -29,7 +29,6 @@ from beets.util import bytestring_path, syspath, normpath, samefile
from beets.util.functemplate import Template
from beets import dbcore
from beets.dbcore import types
from beets.dbcore.query import SmartArtistSort
import beets