python-trio / trio-typing

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

Allow Path objects in subprocess functions #43

Closed tjstum closed 2 years ago

tjstum commented 2 years ago

Also removes some unused/duplicated imports

In case anyone is worried, StrOrBytesPath is declared stable in _typeshed

Fixes #39

oremanj commented 2 years ago

Thanks for the fix!