mirror of
https://github.com/beetbox/beets.git
synced 2026-01-06 07:53:40 +01:00
Removed unused sanitize_path import
This commit is contained in:
parent
0191794285
commit
ec696f5e58
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue