mirror of
https://github.com/beetbox/beets.git
synced 2026-01-19 14:45:17 +01:00
Remove unused import.
This commit is contained in:
parent
de17d000bd
commit
22b2527eed
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ from beets import logging
|
|||
from beets.mediafile import MediaFile, MutagenError, UnreadableFileError
|
||||
from beets import plugins
|
||||
from beets import util
|
||||
from beets.util import bytestring_path, syspath, normpath, samefile, legalize_path
|
||||
from beets.util import bytestring_path, syspath, normpath, samefile
|
||||
from beets.util.functemplate import Template
|
||||
from beets import dbcore
|
||||
from beets.dbcore import types
|
||||
|
|
|
|||
Loading…
Reference in a new issue