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

Skip to content

Commit bc41957

Browse files
Unused variable (caught by PyChecker) removed.
1 parent 2fb17ba commit bc41957

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/shlex.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ def get_token(self):
9696

9797
def read_token(self):
9898
"Read a token from the input stream (no pushback or inclusions)"
99-
tok = ''
10099
while 1:
101100
nextchar = self.instream.read(1)
102101
if nextchar == '\n':

0 commit comments

Comments
 (0)