Updated code to match new rules
[integration/test.git] / csit / libraries / HsfJson / hsfod.py
index 8b19a9d3af0cbd77e8e8ba0c4d8543990191697e..39fd312b3547936d47e25c47f6169967546aaaa9 100644 (file)
@@ -5,13 +5,14 @@
 # terms of the Eclipse Public License v1.0 which accompanies this distribution,
 # and is available at http://www.eclipse.org/legal/epl-v10.html
 
+import collections as _collections
+
+
 __author__ = "Vratko Polak"
 __copyright__ = "Copyright(c) 2015, Cisco Systems, Inc."
 __license__ = "Eclipse Public License v1.0"
 __email__ = "vrpolak@cisco.com"
 
-import collections as _collections
-
 
 class Hsfod(_collections.OrderedDict):
     """