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