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
Improve documentation of disable_init decorator (#48)
The `disable_init` decorator documentation was improved to clarify that
the created instance must be explicitly initialized using
`super().__init__(self)`.
0 commit comments