Fix flake8 violations in releng
[releng.git] / modules / opnfv / deployment / example.py
index 6a76eb9..f456832 100644 (file)
@@ -18,4 +18,4 @@ for node in nodes:
     print("Hello, I am node '%s' and my ip is %s." %
           (node.run_cmd('hostname'), node.ip))
 
-print handler.get_deployment_info()
+print(handler.get_deployment_info())