mirror of
https://github.com/beetbox/beets.git
synced 2025-12-26 18:43:38 +01:00
Removed str2bool import
This commit is contained in:
parent
7e01a27124
commit
746befabac
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ from unidecode import unidecode
|
|||
from beets.mediafile import MediaFile, MutagenError
|
||||
from beets import plugins
|
||||
from beets import util
|
||||
from beets.util import bytestring_path, syspath, normpath, samefile, str2bool
|
||||
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