diff options
Diffstat (limited to 'examples/hwapi/hwconfig_console.py')
-rw-r--r-- | examples/hwapi/hwconfig_console.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/hwapi/hwconfig_console.py b/examples/hwapi/hwconfig_console.py index bbcc0e816e..1b49d52379 100644 --- a/examples/hwapi/hwconfig_console.py +++ b/examples/hwapi/hwconfig_console.py @@ -1,7 +1,6 @@ # This is hwconfig for "emulation" for cases when there's no real hardware. # It just prints information to console. class LEDClass: - def __init__(self, id): self.id = "LED(%d):" % id |