From 7d00d4335d3486dd3c2735d8a200ff84f6baa771 Mon Sep 17 00:00:00 2001 From: Kleber Noel <42589399+klebster2@users.noreply.github.com> Date: Tue, 19 Nov 2024 12:41:50 +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 aa303ef..beb57fc 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-positional-arguments, too-many-locals, + def _explore_synset( # pylint: disable=too-many-locals self, synset: "wn.Synset", word_class: WordClass,