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
fix: checking if RESTManager._from_parent_attrs is set
Prior to commit 3727cbd
RESTManager._from_parent_attrs did not exist unless it was explicitly
set. But commit 3727cbd set it to a
default value of {}.
So the checks using hasattr() were no longer valid.
Update the checks to check if RESTManager._from_parent_attrs has a
value.
0 commit comments