You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pypechain-rendered IERC4626HyperdriveContract file is producing some pylint errors for override methods. This might be related to a recent pylint update. Here's an example:
/home/runner/work/hyperdrive-sdk/hyperdrive-sdk/crates/hyperdrivepy/python/hyperdrivepy/pypechain_types/IERC4626HyperdriveContract.py:115:9 - error: Method "__call__" overrides class "ContractFunction" in an incompatible manner
Positional parameter count mismatch; base method has 3, but override has 5
Parameter "args" is missing in override
Parameter "**kwargs" has no corresponding parameter (reportIncompatibleMethodOverride)
The text was updated successfully, but these errors were encountered:
The pypechain-rendered IERC4626HyperdriveContract file is producing some pylint errors for override methods. This might be related to a recent pylint update. Here's an example:
The text was updated successfully, but these errors were encountered: