update_yourself(): Removed unused local variable reported by
PyChecker.
This commit is contained in:
parent
31c2dae39c
commit
2720d380e9
|
@ -162,7 +162,6 @@ class ListViewer:
|
|||
if self.__dontcenter:
|
||||
self.__dontcenter = 0
|
||||
else:
|
||||
height = canvas['height']
|
||||
ig, ig, ig, y1 = canvas.coords(colortag)
|
||||
ig, ig, ig, y2 = canvas.coords(self.__bboxes[-1])
|
||||
h = int(canvas['height']) * 0.5
|
||||
|
|
Loading…
Reference in New Issue