Restyled by reorder-python-imports

This commit is contained in:
Restyled.io
2021-04-09 23:16:25 +00:00
parent fa7d74d9df
commit ee0dacc040
7 changed files with 16 additions and 11 deletions

View File

@@ -5,7 +5,8 @@ import sched
import time
from librespot.core.Session import Session
from librespot.player import PlayerConfiguration, StateWrapper
from librespot.player import PlayerConfiguration
from librespot.player import StateWrapper
from librespot.player.metrics import PlaybackMetrics
from librespot.player.mixing import AudioSink
from librespot.player.playback.PlayerSession import PlayerSession