mirror of
https://github.com/beetbox/beets.git
synced 2025-12-28 03:22:39 +01:00
Sorted imports using iSort
This commit is contained in:
parent
c9f9ed3b64
commit
8ba2c015ab
1 changed files with 6 additions and 7 deletions
|
|
@ -17,20 +17,19 @@
|
|||
Spotify playlist construction.
|
||||
"""
|
||||
|
||||
import re
|
||||
import json
|
||||
import base64
|
||||
import collections
|
||||
import json
|
||||
import re
|
||||
import time
|
||||
import webbrowser
|
||||
import collections
|
||||
|
||||
import unidecode
|
||||
import requests
|
||||
import confuse
|
||||
|
||||
import requests
|
||||
import unidecode
|
||||
from beets import ui
|
||||
from beets.autotag.hooks import AlbumInfo, TrackInfo
|
||||
from beets.plugins import MetadataSourcePlugin, BeetsPlugin
|
||||
from beets.plugins import BeetsPlugin, MetadataSourcePlugin
|
||||
|
||||
DEFAULT_WAITING_TIME = 5
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue