Restyled by isort
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
from librespot.common import Base62
|
|
||||||
from librespot.common import Utils
|
|
||||||
from librespot.proto.ContextTrack import ContextTrack
|
|
||||||
import re
|
import re
|
||||||
|
|
||||||
|
from librespot.common import Base62, Utils
|
||||||
|
from librespot.proto.ContextTrack import ContextTrack
|
||||||
|
|
||||||
|
|
||||||
class SpotifyId:
|
class SpotifyId:
|
||||||
STATIC_FROM_URI = "fromUri"
|
STATIC_FROM_URI = "fromUri"
|
||||||
|
|||||||
Reference in New Issue
Block a user