python-trio / trio-typing

Type hints for Trio and related projects
Other
27 stars 16 forks source link

Fix `TaskStatus.started` being type-unsafe when not using the mypy plugin #81

Closed gschaffner closed 1 year ago

gschaffner commented 1 year ago

closes #80!

oremanj commented 1 year ago

Nice, thank you for figuring out how to do this without the plugin!