We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5584a57 commit af81301Copy full SHA for af81301
Lib/_pyio.py
@@ -16,7 +16,7 @@
16
_setmode = None
17
18
import io
19
-from io import (__all__, SEEK_SET, SEEK_CUR, SEEK_END) # noqa: F401
+from io import (__all__, SEEK_SET, SEEK_CUR, SEEK_END, Reader, Writer) # noqa: F401
20
21
valid_seek_flags = {0, 1, 2} # Hardwired values
22
if hasattr(os, 'SEEK_HOLE') :
0 commit comments