mirror of
https://github.com/python/cpython.git
synced 2024-11-28 20:33:54 +08:00
Remove redundant import.
This commit is contained in:
parent
34cc0f53be
commit
06535ee56d
@ -84,7 +84,6 @@ class Cmd:
|
||||
sys.stdin and sys.stdout are used.
|
||||
|
||||
"""
|
||||
import sys
|
||||
if stdin is not None:
|
||||
self.stdin = stdin
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user