mirror of
https://github.com/beetbox/beets.git
synced 2025-12-28 03:22:39 +01:00
Remove unused import
Oops. I was trying to use shlex.quote, but that's Python 3.3+.
This commit is contained in:
parent
2607bee997
commit
3475b91c00
1 changed files with 0 additions and 1 deletions
|
|
@ -24,7 +24,6 @@ from beets import ui
|
|||
from beets import util
|
||||
from os.path import relpath
|
||||
from tempfile import NamedTemporaryFile
|
||||
import shlex
|
||||
|
||||
# Indicate where arguments should be inserted into the command string.
|
||||
# If this is missing, they're placed at the end.
|
||||
|
|
|
|||
Loading…
Reference in a new issue