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
According to the subclassing rules introduced in PEP 728, when a class subclasses from a non-open TypedDict, it cannot use closed=False. Pyright doesn't currently flag this as an error condition.