reformat with latest settings
Reformat with the latest settings from openbmc-build-scripts code
formatter.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: If1a2f0afa88f7354f68989b43593efec77d0a1d6
diff --git a/scripts/parse_led.py b/scripts/parse_led.py
index 63cb4e5..2dacc0e 100755
--- a/scripts/parse_led.py
+++ b/scripts/parse_led.py
@@ -1,7 +1,8 @@
#!/usr/bin/env python3
-import yaml
-import os
import argparse
+import os
+
+import yaml
from inflection import underscore
if __name__ == "__main__":