Skip to content

Commit

Permalink
Update repo link to typing_extensions (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos authored Jul 11, 2024
1 parent 9c80a5a commit d7e17cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Collection of awesome Python types, stubs, plugins, and tools to work with them.
## Backports and improvements

- [future-typing](https://github.com/PrettyWood/future-typing) - Backport for type hinting generics in standard collections and union types as `X | Y`.
- [typing-extensions](https://github.com/python/typing/tree/master/typing_extensions) - Backported and experimental type hints.
- [typing-extensions](https://github.com/python/typing_extensions) - Backported and experimental type hints.
- [typing-utils](https://github.com/bojiang/typing_utils) - Backport 3.8+ runtime typing utils(for eg: get_origin) & add issubtype & more.

## Tools
Expand Down

0 comments on commit d7e17cc

Please sign in to comment.