diff --git a/src/wormhole/test/test_machines.py b/src/wormhole/test/test_machines.py index 38e351e..8227580 100644 --- a/src/wormhole/test/test_machines.py +++ b/src/wormhole/test/test_machines.py @@ -398,7 +398,6 @@ class Input(unittest.TestCase): events = [] i = _input.Input(timing.DebugTiming()) c = Dummy("c", events, ICode, "got_nameplate", "finished_input") - # renamed from l as l is indistinguishable from 1 in some fonts. l = Dummy("l", events, ILister, "refresh") i.wire(c, l) return i, c, l, events