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

Skip to content

Commit 31c2dae

Browse files
committed
__init__(): Removed unused local variable reported by PyChecker.
1 parent 741eae0 commit 31c2dae

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Tools/pynche/TextViewer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ def __init__(self, switchboard, master=None):
101101
#
102102
# radios
103103
self.__radios = []
104-
val = 0
105104
for col in (1, 2):
106105
for row in (2, 3, 4):
107106
# there is no insertforeground option

0 commit comments

Comments
 (0)