Restyled by isort
This commit is contained in:
@@ -1,12 +1,13 @@
|
|||||||
from librespot.audio.decoders import AudioQuality
|
|
||||||
from librespot.core import Session
|
|
||||||
from librespot.metadata import TrackId
|
|
||||||
from librespot.player.codecs import VorbisOnlyAudioQuality
|
|
||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
import socket
|
import socket
|
||||||
import threading
|
import threading
|
||||||
|
|
||||||
|
from librespot.audio.decoders import AudioQuality
|
||||||
|
from librespot.core import Session
|
||||||
|
from librespot.metadata import TrackId
|
||||||
|
from librespot.player.codecs import VorbisOnlyAudioQuality
|
||||||
|
|
||||||
session: Session
|
session: Session
|
||||||
sock: socket
|
sock: socket
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user