Skip to content

Commit

Permalink
Add linting exception.
Browse files Browse the repository at this point in the history
  • Loading branch information
lapets committed Nov 8, 2023
1 parent a7ea9da commit 71ac330
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tinynmc/tinynmc.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ def compute(self, signature, mfss):
mfs = functools.reduce(_merge, mfss)

# Compute this node's share of the overall sum of products.
# pylint: disable=consider-using-generator
return sum([
self._shares[term_index]
*
Expand Down

0 comments on commit 71ac330

Please sign in to comment.