Fix print statements for pep8
[integration/test.git] / tools / odl-mdsal-clustering-tests / clustering-functional-test / util.py
index aa34bc0d2ba802b56d4dff63fc2dbb8ba256f681..e1667dc48d9bee41d239a10ec6a01a161d55c696 100644 (file)
@@ -40,7 +40,7 @@ def post(url, userId, password, data):
 
     resp = requests.post(url, data.encode(), headers=headers)
 
-    # print (resp.raise_for_status())
+    # print(resp.raise_for_status())
     print(resp.headers)
 
     return resp