Skip to content

Commit dcebcf9

Browse files
committed
lints
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
1 parent 14a811c commit dcebcf9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/zkevm/test_worst_compute.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"""
77

88
import math
9-
from typing import SupportsBytes
109

1110
import pytest
1211

@@ -337,7 +336,7 @@ def test_worst_modexp(
337336
pytest.param(
338337
bls12381_spec.Spec.G2MSM,
339338
[
340-
# TODO: the //2 is only required due to a limitation of the max contract size limit.
339+
# TODO: the //2 is required due to a limitation of the max contract size limit.
341340
# In a further iteration we can insert the inputs as calldata or storage and avoid
342341
# having to do PUSHes which has this limtiation. This also applies to G1MSM.
343342
(bls12381_spec.Spec.P2 + bls12381_spec.Scalar(bls12381_spec.Spec.Q))

0 commit comments

Comments
 (0)