Kaydet (Commit) 31c2dae3 authored tarafından Barry Warsaw's avatar Barry Warsaw

__init__(): Removed unused local variable reported by PyChecker.

üst 741eae0b
...@@ -101,7 +101,6 @@ and choosing a color.''')) ...@@ -101,7 +101,6 @@ and choosing a color.'''))
# #
# 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
......
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