mirror of
https://github.com/beetbox/beets.git
synced 2025-12-27 11:02:43 +01:00
Remove unused import
This commit is contained in:
parent
f2d298d17c
commit
00f2e58fe8
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
"""Adds support for ipfs. Requires go-ipfs and a running ipfs daemon
|
||||
"""
|
||||
from beets import ui, logging
|
||||
from beets import ui
|
||||
from beets.plugins import BeetsPlugin
|
||||
|
||||
from subprocess import call
|
||||
|
|
|
|||
Loading…
Reference in a new issue