ethereum / web3.py

A python interface for interacting with the Ethereum blockchain and ecosystem.
http://web3py.readthedocs.io
MIT License
5k stars 1.7k forks source link

clear new abi lint errors #3269

Closed pacrob closed 7 months ago

pacrob commented 7 months ago

What was wrong?

Some lint errors have appeared in web3._utils.abi.py. Possibly related to recent eth-abi releases, but same lint errors after installing older eth-abi versions. :shrug:

How was it fixed?

Three main mypy complaints:

I'll make a note to come back and see if @parse_type_str can be removed, but for now I think ignoring the last error is the best (most timely) option.

Todo:

Cute Animal Picture

image