mypy and tempfile module #1101
alanwilter
started this conversation in
Reviews
Replies: 1 comment 3 replies
-
The correct solution is likely using public functions instead, e.g. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have this test file
tt.py
:When I do
mypy
I got these errors:How to solve them? I didn't find any
stub
fortempfile
so far.Beta Was this translation helpful? Give feedback.
All reactions