fixes
This commit is contained in:
parent
0359926106
commit
7c66ce7b35
@ -8,7 +8,7 @@ from aiohttp import ClientTimeout, ClientSession
|
|||||||
from lyric_search import utils
|
from lyric_search import utils
|
||||||
from lyric_search.constructors import LyricsResult
|
from lyric_search.constructors import LyricsResult
|
||||||
from . import common, cache, redis_cache
|
from . import common, cache, redis_cache
|
||||||
from constructors import InvalidLRCLibResponseException
|
from lyric_search.constructors import InvalidLRCLibResponseException
|
||||||
|
|
||||||
logger = logging.getLogger()
|
logger = logging.getLogger()
|
||||||
log_level = logging.getLevelName(logger.level)
|
log_level = logging.getLevelName(logger.level)
|
||||||
|
@ -24,4 +24,4 @@ dependencies = [
|
|||||||
"http3>=0.6.7",
|
"http3>=0.6.7",
|
||||||
]
|
]
|
||||||
[tool.mypy]
|
[tool.mypy]
|
||||||
disable_error_code = import-untyped
|
disable_error_code = "import-untyped"
|
@ -278,7 +278,7 @@ class LastFM:
|
|||||||
Get Release info from LastFM
|
Get Release info from LastFM
|
||||||
Args:
|
Args:
|
||||||
artist (Optional[str])
|
artist (Optional[str])
|
||||||
album (Optioanl[str])
|
album (Optional[str])
|
||||||
Returns:
|
Returns:
|
||||||
dict
|
dict
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user