Restyled by isort

This commit is contained in:
Restyled.io 2021-05-21 03:46:07 +00:00
parent 4f11f9bf40
commit fbad354052
1 changed files with 8 additions and 6 deletions

View File

@ -1,13 +1,15 @@
import os
import platform
import re
import subprocess
import time
import requests
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 platform
import re
import requests
import subprocess
import time
quality: AudioQuality = AudioQuality.VERY_HIGH
session: Session = None