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,9 @@
from __future__ import annotations
import re
from librespot.common import Base62, Utils
from librespot.metadata import SpotifyId
import re
class AlbumId(SpotifyId.SpotifyId):