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
The comment for Context specifies that you can pass in an optional session token (using token kwarg) to the Context __init__ method. However, the method never looks it up and always initialize it to None, which is a bug.
The comment for
Contextspecifies that you can pass in an optional session token (usingtokenkwarg) to the Context__init__method. However, the method never looks it up and always initialize it toNone, which is a bug.