Skip to content

Commit

Permalink
fix typo (#3771)
Browse files Browse the repository at this point in the history
  • Loading branch information
hwwhww committed May 17, 2024
1 parent d295813 commit 0f5f155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/pyspec/eth2spec/utils/bls.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from py_ecc.bls import G2ProofOfPossession as py_ecc_bls
from py_ecc.bls.g2_primatives import signature_to_G2 as _signature_to_G2
from py_ecc.bls.g2_primitives import signature_to_G2 as _signature_to_G2
from py_ecc.optimized_bls12_381 import ( # noqa: F401
G1 as py_ecc_G1,
G2 as py_ecc_G2,
Expand Down

0 comments on commit 0f5f155

Please sign in to comment.