From 69661f3343bedf86e514337cff63d96cc42f8859 Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 27 Feb 2020 15:36:53 +1100 Subject: all: Reformat C and Python source code with tools/codeformat.py. This is run with uncrustify 0.70.1, and black 19.10b0. --- examples/hwapi/hwconfig_console.py | 1 - 1 file changed, 1 deletion(-) (limited to 'examples/hwapi/hwconfig_console.py') 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 -- cgit v1.2.3