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
When you inherit your constructor should be compatible anyways what with super() calls and not actually knowing which constructor it will hit next in the MRO. But I personally do pass named arguments almost always anyways so the change itself seems reasonable.
Just a simple issue that prevents me to reuse the code with a new class which inherits Point. I can make a pull request to correct it if possible.
At sunspec.core.device.Model.load, line 709:
now:
what I'ld like:
The text was updated successfully, but these errors were encountered: