revisions
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env python3.12
|
||||
# pylint: disable=wrong-import-order
|
||||
# pylint: disable=wrong-import-order, wrong-import-position
|
||||
|
||||
from typing import Optional
|
||||
from lyric_search_new.constructors import LyricsResult
|
||||
@@ -22,6 +22,7 @@ class Aggregate:
|
||||
self.exclude_methods = exclude_methods
|
||||
|
||||
async def search(self, artist: str, song: str) -> Optional[LyricsResult]:
|
||||
"""Aggregate Search"""
|
||||
cache_search = cache.Cache()
|
||||
genius_search = genius.Genius()
|
||||
lrclib_search = lrclib.LRCLib()
|
||||
|
||||
Reference in New Issue
Block a user