used isort + black
This commit is contained in:
@@ -1,22 +1,19 @@
|
||||
from dataclass_factory import Factory
|
||||
|
||||
from shazamio.factory import FactorySchemas
|
||||
from shazamio.schemas.artists import ArtistInfo
|
||||
from shazamio.schemas.artists import ArtistV3
|
||||
from shazamio.schemas.artists import ArtistInfo, ArtistV3
|
||||
from shazamio.schemas.attributes import ArtistAttribute
|
||||
from shazamio.schemas.models import (
|
||||
SongSection,
|
||||
VideoSection,
|
||||
RelatedSection,
|
||||
LyricsSection,
|
||||
BeaconDataLyricsSection,
|
||||
ArtistSection,
|
||||
BeaconDataLyricsSection,
|
||||
LyricsSection,
|
||||
MatchModel,
|
||||
RelatedSection,
|
||||
ResponseTrack,
|
||||
SongSection,
|
||||
TrackInfo,
|
||||
VideoSection,
|
||||
YoutubeData,
|
||||
)
|
||||
from shazamio.schemas.models import TrackInfo
|
||||
from shazamio.schemas.models import YoutubeData
|
||||
from shazamio.schemas.models import ResponseTrack
|
||||
|
||||
|
||||
FACTORY_TRACK = Factory(
|
||||
schemas={
|
||||
|
||||
Reference in New Issue
Block a user