How to properly type hint IO[bytest] #1293
Unanswered
randolf-scholz
asked this question in
Q&A
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 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 the following code snippet
And mypy complains:
I thought one was supposed to use
typing.IO
for type hinting here?Beta Was this translation helpful? Give feedback.
All reactions