From 3286f492fb8ec766d8f72327c796c109532f06fe Mon Sep 17 00:00:00 2001 From: Kleber Noel <42589399+klebster2@users.noreply.github.com> Date: Tue, 19 Nov 2024 12:42:54 +0000 Subject: [PATCH] pylint --- python/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/plugin.py b/python/plugin.py index beb57fc..d1ca314 100644 --- a/python/plugin.py +++ b/python/plugin.py @@ -150,7 +150,7 @@ def _get_sense_synonyms( """Get all synonyms for a specific word sense with their definitions.""" return [(lemma, synset.definition()) for lemma in synset.lemmas()] - def _explore_synset( # pylint: disable=too-many-locals + def _explore_synset( # pylint: disable=too-many-locals,too-many-positional-arguments self, synset: "wn.Synset", word_class: WordClass,