black: re-format

black and isort are enabled in the openbmc-build-scripts on Python files
to have a consistent formatting.  Re-run the formatter on the whole
repository.

Change-Id: Ieb4226b161326404ccd8c14abfef5ea5bc442fba
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/configs/Palmetto.py b/configs/Palmetto.py
index 769bf5a..60eda3a 100644
--- a/configs/Palmetto.py
+++ b/configs/Palmetto.py
@@ -78,10 +78,12 @@
         0x32: "/org/openbmc/sensors/host/OperatingSystemStatus",
     },
     "GPIO_PRESENT": {
-        "SLOT0_PRESENT":
-            "<inventory_root>/system/chassis/motherboard/pciecard_x16",
-        "SLOT1_PRESENT":
-            "<inventory_root>/system/chassis/motherboard/pciecard_x8",
+        "SLOT0_PRESENT": (
+            "<inventory_root>/system/chassis/motherboard/pciecard_x16"
+        ),
+        "SLOT1_PRESENT": (
+            "<inventory_root>/system/chassis/motherboard/pciecard_x8"
+        ),
     },
 }