Skip to content

Commit

Permalink
remove type ignore comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gurukamath committed Feb 17, 2024
1 parent f35dd3d commit ddf44a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ install_requires =
pycryptodome>=3,<4
coincurve>=18,<19
typing_extensions>=4
eth2spec @ git+https://github.com/ethereum/consensus-specs.git@fe8db03f45609e9dd0abeede10294d77ef6fb92c
eth2spec @ git+https://github.com/ethereum/consensus-specs.git@fe344b79d420a3d1020ebc9f254b77b7ed931591

[options.package_data]
ethereum =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Implementation of the POINT EVALUATION precompiled contract.
"""
from eth2spec.deneb.mainnet import ( # type: ignore
from eth2spec.deneb.mainnet import (
KZGCommitment,
kzg_commitment_to_versioned_hash,
verify_kzg_proof,
Expand Down

0 comments on commit ddf44a0

Please sign in to comment.