diff --git a/aider/linter.py b/aider/linter.py index 9258fe350..dddc564c1 100644 --- a/aider/linter.py +++ b/aider/linter.py @@ -6,7 +6,7 @@ from grep_ast import TreeContext, filename_to_lang # tree_sitter is throwing a FutureWarning warnings.simplefilter("ignore", category=FutureWarning) -from tree_sitter_languages import get_language, get_parser # noqa: E402 +from tree_sitter_languages import get_parser # noqa: E402 def basic_lint(fname, code):