mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
update_yourself(): Removed unused local variable reported by
PyChecker.
This commit is contained in:
parent
31c2dae39c
commit
2720d380e9
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue