mirror of
https://github.com/beetbox/beets.git
synced 2026-01-07 16:34:45 +01:00
Remove unused dependencies
This commit is contained in:
parent
ffa2fdd278
commit
85fd60852f
1 changed files with 0 additions and 2 deletions
|
|
@ -17,11 +17,9 @@ from __future__ import division, absolute_import, print_function
|
|||
|
||||
import shlex
|
||||
import subprocess
|
||||
import sys
|
||||
|
||||
from beets.plugins import BeetsPlugin
|
||||
from beets.ui import _arg_encoding
|
||||
from beets.util.confit import ConfigValueError
|
||||
|
||||
|
||||
class HookPlugin(BeetsPlugin):
|
||||
|
|
|
|||
Loading…
Reference in a new issue