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

Skip to content

Commit 2720d38

Browse files
committed
update_yourself(): Removed unused local variable reported by
PyChecker.
1 parent 31c2dae commit 2720d38

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Tools/pynche/ListViewer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ def update_yourself(self, red, green, blue):
162162
if self.__dontcenter:
163163
self.__dontcenter = 0
164164
else:
165-
height = canvas['height']
166165
ig, ig, ig, y1 = canvas.coords(colortag)
167166
ig, ig, ig, y2 = canvas.coords(self.__bboxes[-1])
168167
h = int(canvas['height']) * 0.5

0 commit comments

Comments
 (0)