ethereum / web3.py

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

Use `__all__` in `__init__.py` #3402

Closed DavidRomanovizc closed 1 month ago

DavidRomanovizc commented 1 month ago

What was wrong?

Mypy raising error with --no-implicit-reexport flag

Related to Issue #3396 Closes #3396

How was it fixed?

Defining __all__ in __init__.py Remove noqa

Todo:

Cute Animal Picture

image

fselmo commented 1 month ago

Thanks @DavidRomanovizc, I didn't see this before submitting #3409. I rebased off of this and opting for that.