Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 96d80f9

Browse files
committed
No need to import sys. (Andrew Dalke & kjpylint)
1 parent 138bdaf commit 96d80f9

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

Lib/htmllib.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"""
66

77

8-
import sys
98
import string
109
from sgmllib import SGMLParser
1110
from formatter import AS_IS

Lib/pty.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Author: Steen Lumholt -- with additions by Guido.
88

99
from select import select
10-
import os, sys, FCNTL
10+
import os, FCNTL
1111
import tty
1212

1313
STDIN_FILENO = 0

0 commit comments

Comments
 (0)