Skip to content

Commit

Permalink
ROLLME: [pycodestyle] (E111) E111 indentation is not a multiple of 4
Browse files Browse the repository at this point in the history
  • Loading branch information
muxator committed Nov 15, 2023
1 parent d0961b7 commit 2ad4931
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def set_test_params(self, set_signet_challenge_as_extra_arg=True, tweak_public_k

# shares verification
for i in self.participants:
for l in self.participants:
for l in self.participants:
if i != l:
assert(i.verify_share(l.shares[i.index -1], l.coefficient_commitments))

Expand Down

0 comments on commit 2ad4931

Please sign in to comment.