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

@@ -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

View File

@@ -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

View File

@@ -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