mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 18:24:59 -05:00
Linting fixes
This commit is contained in:
@@ -25,11 +25,10 @@ from eth2spec.utils.ssz.ssz_typing import (
|
||||
Bytes1, Bytes4, Bytes8, Bytes32, Bytes48, Bytes96, Bitlist, Bitvector,
|
||||
)
|
||||
from eth2spec.utils.bls import (
|
||||
Verify,
|
||||
Sign,
|
||||
Verify,
|
||||
Aggregate,
|
||||
FastAggregateVerify,
|
||||
bls_aggregate_pubkeys,
|
||||
)
|
||||
|
||||
from eth2spec.utils.hash_function import hash
|
||||
|
||||
Reference in New Issue
Block a user