From 7c66ce7b3516a147141aab739a0a5246c73da42b Mon Sep 17 00:00:00 2001 From: codey Date: Tue, 18 Feb 2025 15:17:35 -0500 Subject: [PATCH] fixes --- lyric_search/sources/lrclib.py | 2 +- pyproject.toml | 2 +- utils/lastfm_wrapper.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lyric_search/sources/lrclib.py b/lyric_search/sources/lrclib.py index 089a3d0..3df970f 100644 --- a/lyric_search/sources/lrclib.py +++ b/lyric_search/sources/lrclib.py @@ -8,7 +8,7 @@ from aiohttp import ClientTimeout, ClientSession from lyric_search import utils from lyric_search.constructors import LyricsResult from . import common, cache, redis_cache -from constructors import InvalidLRCLibResponseException +from lyric_search.constructors import InvalidLRCLibResponseException logger = logging.getLogger() log_level = logging.getLevelName(logger.level) diff --git a/pyproject.toml b/pyproject.toml index 6fef5d5..d033efb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,4 +24,4 @@ dependencies = [ "http3>=0.6.7", ] [tool.mypy] -disable_error_code = import-untyped \ No newline at end of file +disable_error_code = "import-untyped" \ No newline at end of file diff --git a/utils/lastfm_wrapper.py b/utils/lastfm_wrapper.py index a969f50..7885394 100644 --- a/utils/lastfm_wrapper.py +++ b/utils/lastfm_wrapper.py @@ -278,7 +278,7 @@ class LastFM: Get Release info from LastFM Args: artist (Optional[str]) - album (Optioanl[str]) + album (Optional[str]) Returns: dict """