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
Just as a side note for future compatible changes: The inspection based remove_path_argument does not work flawlessly, and fail for handlers that were created through functools.partial. (To be fair, I'm not sure such a change can be done in Python in an API preserving way; given the tools this probably even works most of the time, just not all the times).
The text was updated successfully, but these errors were encountered:
It doesn't work when the connection handler is a functools.partial.
See #1045 (comment)
The text was updated successfully, but these errors were encountered: