Removed unused sanitize_path import

This commit is contained in:
Joris 2019-11-11 10:48:29 +01:00 committed by GitHub
parent 0191794285
commit ec696f5e58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ import random
import string
import requests
from beets.util import normpath, bytestring_path, mkdirall, syspath, \
path_as_posix, sanitize_path
path_as_posix
from beets.ui import Subcommand