mirror of
https://github.com/beetbox/beets.git
synced 2026-01-02 05:52:50 +01:00
Remove unused imports
This commit is contained in:
parent
23b42e80e2
commit
b3008b74b8
1 changed files with 1 additions and 2 deletions
|
|
@ -15,12 +15,11 @@
|
|||
"""Allows beets to embed album art into file metadata."""
|
||||
|
||||
import os.path
|
||||
import traceback
|
||||
from io import BytesIO
|
||||
|
||||
import requests
|
||||
|
||||
from beets import art, config, ui, util
|
||||
from beets import art, config, ui
|
||||
from beets.plugins import BeetsPlugin
|
||||
from beets.ui import decargs, print_
|
||||
from beets.util import bytestring_path, displayable_path, normpath, syspath
|
||||
|
|
|
|||
Loading…
Reference in a new issue