Kaydet (Commit) 2720d380 authored tarafından Barry Warsaw's avatar Barry Warsaw

update_yourself(): Removed unused local variable reported by

PyChecker.
üst 31c2dae3
...@@ -162,7 +162,6 @@ class ListViewer: ...@@ -162,7 +162,6 @@ class ListViewer:
if self.__dontcenter: if self.__dontcenter:
self.__dontcenter = 0 self.__dontcenter = 0
else: else:
height = canvas['height']
ig, ig, ig, y1 = canvas.coords(colortag) ig, ig, ig, y1 = canvas.coords(colortag)
ig, ig, ig, y2 = canvas.coords(self.__bboxes[-1]) ig, ig, ig, y2 = canvas.coords(self.__bboxes[-1])
h = int(canvas['height']) * 0.5 h = int(canvas['height']) * 0.5
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment