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
Project: use self.__class__ when creating new instances (#159)
`Project` methods that create new instances have the class hardcoded, which means that calls to `update`, etc. in the internal API `Project` subclass return an external API base `Project`.
0 commit comments