Restyled by reorder-python-imports
This commit is contained in:
@@ -2,7 +2,8 @@ from __future__ import annotations
|
||||
|
||||
import re
|
||||
|
||||
from librespot.common import Base62, Utils
|
||||
from librespot.common import Base62
|
||||
from librespot.common import Utils
|
||||
from librespot.metadata import SpotifyId
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,8 @@ from __future__ import annotations
|
||||
|
||||
import re
|
||||
|
||||
from librespot.common import Base62, Utils
|
||||
from librespot.common import Base62
|
||||
from librespot.common import Utils
|
||||
from librespot.metadata import SpotifyId
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,8 @@ from __future__ import annotations
|
||||
|
||||
import re
|
||||
|
||||
from librespot.common import Base62, Utils
|
||||
from librespot.common import Base62
|
||||
from librespot.common import Utils
|
||||
from librespot.metadata import SpotifyId
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user