Skip to content

Commit

Permalink
pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
klebster2 committed Nov 19, 2024
1 parent 3286f49 commit a03426f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,too-many-positional-arguments
def _explore_synset( # pylint: disable=too-many-locals,R0917
self,
synset: "wn.Synset",
word_class: WordClass,
Expand Down

0 comments on commit a03426f

Please sign in to comment.