mirror of
https://github.com/beetbox/beets.git
synced 2025-12-27 19:12:40 +01:00
removed unused imports
This commit is contained in:
parent
cb7ad191a3
commit
5c3debe236
1 changed files with 1 additions and 3 deletions
|
|
@ -24,9 +24,7 @@ from urllib.parse import urlencode
|
|||
import requests
|
||||
from beets.dbcore.query import SubstringQuery
|
||||
|
||||
from beets.dbcore import AndQuery, Query, MatchQuery
|
||||
|
||||
from beets import plugins
|
||||
from beets.dbcore import AndQuery
|
||||
|
||||
from beets.ui import Subcommand
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue