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 423a288 commit 7d00d43
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-positional-arguments, too-many-locals,
def _explore_synset( # pylint: disable=too-many-locals
self,
synset: "wn.Synset",
word_class: WordClass,
Expand Down

0 comments on commit 7d00d43

Please sign in to comment.