Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
Oops. I was trying to use shlex.quote, but that's Python 3.3+.
  • Loading branch information
sampsyo committed Sep 30, 2015
1 parent 2607bee commit 3475b91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion beetsplug/play.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
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.
Expand Down

0 comments on commit 3475b91

Please sign in to comment.