tf03.py: unused variable
Removed unused variable "found_at"
This commit is contained in:
@@ -30,7 +30,6 @@ for line in open(sys.argv[1]):
|
|||||||
if word == pair[0]:
|
if word == pair[0]:
|
||||||
pair[1] += 1
|
pair[1] += 1
|
||||||
found = True
|
found = True
|
||||||
found_at = pair_index
|
|
||||||
break
|
break
|
||||||
pair_index += 1
|
pair_index += 1
|
||||||
if not found:
|
if not found:
|
||||||
|
|||||||
Reference in New Issue
Block a user