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
Check duplicate bases when defining TypedDict (#11485)
### Description
Closes#3673
Adds a trivial for-loop and a helper set to check duplicates of `typeddict_bases`.
## Test Plan
Adds a new test case `testCannotCreateTypedDictWithDuplicateBases`
0 commit comments