mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
Remove unnecessary import
This commit is contained in:
parent
1e50a9f7cc
commit
03fc7799b0
1 changed files with 0 additions and 1 deletions
|
@ -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'])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue