Skip to content

Commit 8ff51dc

Browse files
committed
[WIP] Implement subroutine opcodes
1 parent 30c078b commit 8ff51dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/core/precompiles/test_bls.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from py_ecc.optimized_bls12_381.optimized_curve import G1, G2, neg, FQ12
2-
from eth.precompiles.bls import( # noqa: F401
3-
_pairing, _serialize_g2, _serialize_g1
2+
from eth.precompiles.bls import ( # noqa: F401
3+
_pairing, _serialize_g2, _serialize_g1
44
)
55

66

0 commit comments

Comments
 (0)