Restyled by isort

This commit is contained in:
Restyled.io
2021-04-09 23:16:20 +00:00
parent cc49433aa9
commit fa7d74d9df
8 changed files with 26 additions and 17 deletions

View File

@@ -1,8 +1,10 @@
from __future__ import annotations
import re
from librespot.common import Utils
from librespot.metadata import SpotifyId
from librespot.metadata.PlayableId import PlayableId
import re
class TrackId(PlayableId, SpotifyId):