Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
typing_extensions: Fix "isinsance" typo (#12554)
Fixes this error during coverage builds: ``` === Uncaught Python exception: === NameError: name 'isinsance' is not defined Traceback (most recent call last): File "fuzz_typing_extensions.py", line 65, in TestOneInput NameError: name 'isinsance' is not defined ``` Co-authored-by: Vitor Guidi <vitorguidi@gmail.com>
- Loading branch information