Restyled by reorder-python-imports

This commit is contained in:
Restyled.io 2021-05-14 22:08:04 +00:00
parent 18532c98dc
commit 9a22d5bc84
1 changed files with 2 additions and 1 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.proto.ContextTrack import ContextTrack