Tinche / aiofiles

File support for asyncio
Apache License 2.0
2.66k stars 150 forks source link

types_aiofiles package missed tempfile attribute #134

Closed ppd0705 closed 2 years ago

ppd0705 commented 2 years ago

init.py file missed tempfile attribute

from .threadpool import open as open
Tinche commented 2 years ago

I think this is the wrong repo, we don't have the stubs here.

ppd0705 commented 2 years ago

i am using mypy, it recommended install this repo

image
Tinche commented 2 years ago

Yep, look here: https://pypi.org/project/types-aiofiles/

(It tells you where to contribute instead ;)

ppd0705 commented 2 years ago

ok, thanks