Updated code to match new rules
[integration/test.git] / tools / odl-mdsal-clustering-tests / clustering-functional-test / util.py
index 1c81235c691865b1f75c21970931c198edbf9b9a..aa34bc0d2ba802b56d4dff63fc2dbb8ba256f681 100644 (file)
@@ -1,12 +1,12 @@
+import requests
+
+
 __author__ = "Basheeruddin Ahmed"
 __copyright__ = "Copyright(c) 2014, Cisco Systems, Inc."
 __license__ = "New-style BSD"
 __email__ = "syedbahm@cisco.com"
 
 
-import requests
-
-
 def get(url, userId, password):
     """Helps in making GET REST calls"""
     headers = {}