Closed pacrob closed 8 months ago
This decorator is used in several places, but is discouraged via flake8-bugbear rule B019.
flake8-bugbear
Look for a suitable replacement, possibly something like the SimpleCache from web3.py
SimpleCache
web3.py
What feature should we add?
This decorator is used in several places, but is discouraged via
flake8-bugbear
rule B019.Look for a suitable replacement, possibly something like the
SimpleCache
fromweb3.py