asyncstdlib
asyncstdlib copied to clipboard
Fix async neutral type call type hints
This PR adjusts type hints for async neutral calls. Major changes include:
- [x] Fix
SupportsXYZprotocols to be less restrictive and not require named arguments - [x] Fix
builtinstype hints - [x] Fix
reducetype hints
Closes #185.