Remove redundant assignment.

This commit is contained in:
Teymour Aldridge
2021-06-09 18:42:16 +01:00
committed by GitHub
parent 616fe35ed5
commit 7d11917d1c
-1
View File
@@ -297,7 +297,6 @@ class NWIndex():
nTitle = 0
theLines = theText.splitlines()
for aLine in theLines:
aLine = aLine
nLine += 1
nChar = len(aLine.strip())
if nChar == 0: