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
When one tries to write a type annotation for the __init__ method, the container will try to resolve this type (which is None) and this will cause an error.
When one tries to write a type annotation for the
__init__method, the container will try to resolve this type (which isNone) and this will cause an error.