Skip to content

Commit 06535ee

Browse files
committed
Remove redundant import.
1 parent 34cc0f5 commit 06535ee

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/cmd.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ def __init__(self, completekey='tab', stdin=None, stdout=None):
8484
sys.stdin and sys.stdout are used.
8585
8686
"""
87-
import sys
8887
if stdin is not None:
8988
self.stdin = stdin
9089
else:

0 commit comments

Comments
 (0)