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 plugin does not check for existing definitions when adding methods for pi_attr_delegates. So if the method is defined on the interface, then it will be defined twice, causing a [no-redef] mypy error.
This is the basic setup that I believe should reproduce it. I don't know why the error isn't occurring outside of leapfrog though, so maybe check against modflow_usg.py itself.
The plugin does not check for existing definitions when adding methods for
pi_attr_delegates
. So if the method is defined on the interface, then it will be defined twice, causing a [no-redef] mypy error.This is the basic setup that I believe should reproduce it. I don't know why the error isn't occurring outside of
leapfrog
though, so maybe check againstmodflow_usg.py
itself.The text was updated successfully, but these errors were encountered: