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
I was thinking more in the sense that, "in the future these modules/functions will be removed". The alternative is probably using a deprecated decorator.
FYI, DeprecationWarning is hidden by default...a simple fix is to change all DeprecationWarnings to FutureWarnings
The text was updated successfully, but these errors were encountered: