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/pyipmitest/setup.py b/pyipmitest/setup.py
index 37957b8..35c9439 100644
--- a/pyipmitest/setup.py
+++ b/pyipmitest/setup.py
@@ -1,6 +1,7 @@
 from distutils.core import setup
 
-setup(name='pyipmitest',
-      version='1.0',
-      scripts=['ipmi_debug.py'],
-      )
+setup(
+    name="pyipmitest",
+    version="1.0",
+    scripts=["ipmi_debug.py"],
+)