Commit 03fc7799 authored by Neal Norwitz's avatar Neal Norwitz

Remove unnecessary import

parent 1e50a9f7
......@@ -1562,7 +1562,6 @@ Create a docstring that we want to debug:
Create some fake stdin input, to feed to the debugger:
>>> import tempfile
>>> real_stdin = sys.stdin
>>> sys.stdin = _FakeInput(['next', 'print(x)', 'continue'])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment