mirror of
https://github.com/python/cpython.git
synced 2025-11-10 18:42:04 +00:00
__init__(): Removed unused local variable reported by PyChecker.
This commit is contained in:
parent
741eae0b31
commit
31c2dae39c
1 changed files with 0 additions and 1 deletions
|
|
@ -101,7 +101,6 @@ def __init__(self, switchboard, master=None):
|
||||||
#
|
#
|
||||||
# radios
|
# radios
|
||||||
self.__radios = []
|
self.__radios = []
|
||||||
val = 0
|
|
||||||
for col in (1, 2):
|
for col in (1, 2):
|
||||||
for row in (2, 3, 4):
|
for row in (2, 3, 4):
|
||||||
# there is no insertforeground option
|
# there is no insertforeground option
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue