add comments
diff --git a/bin/Openbmc.py b/bin/Openbmc.py
index f086898..cb2746a 100755
--- a/bin/Openbmc.py
+++ b/bin/Openbmc.py
@@ -79,7 +79,6 @@
 	introspect_iface = dbus.Interface(obj,"org.freedesktop.DBus.Introspectable")
  	tree = ET.ElementTree(ET.fromstring(introspect_iface.Introspect()))
  	root = tree.getroot()
-
 	parent = True
 	for node in root.iter('node'):
 		for intf in node.iter('interface'):