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/pyinventorymgr/setup.py b/pyinventorymgr/setup.py
index 6493ccb..bb068c0 100644
--- a/pyinventorymgr/setup.py
+++ b/pyinventorymgr/setup.py
@@ -1,7 +1,8 @@
from distutils.core import setup
-setup(name='pyinventorymgr',
- version='1.0',
- packages=['obmc.inventory'],
- scripts=['sync_inventory_items.py'],
- )
+setup(
+ name="pyinventorymgr",
+ version="1.0",
+ packages=["obmc.inventory"],
+ scripts=["sync_inventory_items.py"],
+)