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
Don't raise an AttributeError for missing attributes
The API is prone to change, but developers often forget to document these changes
in the API docs, or add them to the clients. Removing this check makes the client
more flexible and resistent to future changes.
0 commit comments