python: reformat using black

Code cannot currently be submitted to this repo because it fails
in the unit-test phase.  Attempt to reformat the code using `black`
to hopefully make pycodestyle happier.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I17aa506471ceade224bcab5b2fa0dc8cd7a88c0a
diff --git a/pychassisctl/setup.py b/pychassisctl/setup.py
index b86c7e8..54ba423 100644
--- a/pychassisctl/setup.py
+++ b/pychassisctl/setup.py
@@ -1,6 +1,7 @@
 from distutils.core import setup
 
-setup(name='pychassisctl',
-      version='1.0',
-      scripts=['chassis_control.py'],
-      )
+setup(
+    name="pychassisctl",
+    version="1.0",
+    scripts=["chassis_control.py"],
+)