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
{{ message }}
This repository was archived by the owner on Jan 31, 2025. It is now read-only.
There were (and are) some places in the code where a TODO is indicated, but then the code just passes through without any visible action. Working with the library would be easier if in these places an exception would be raised, and (if things can contine, like when before #19 the signatures got checked, raise a clearly visible warning).
then the error is not visible where it happens, but only much later when the implicitly returned None is actually used.
Feel free to close this if you consider it just a matter of different styles; I'd file fixes whenever I stumble upon such a case and refer back to this.