Skip to content

Commit

Permalink
minor lint
Browse files Browse the repository at this point in the history
  • Loading branch information
djrtwo committed May 22, 2019
1 parent 6b5f4b4 commit 2c79e58
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test_libs/pyspec/tests/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,7 @@ def build_deposit_data(state, pubkey, privkey, amount):
signature = bls.sign(
message_hash=signing_root(deposit_data),
privkey=privkey,
domain=bls_domain(
spec.DOMAIN_DEPOSIT,
)
domain=bls_domain(spec.DOMAIN_DEPOSIT),
)
deposit_data.signature = signature
return deposit_data
Expand Down

0 comments on commit 2c79e58

Please sign in to comment.