Adding release notes and enabling import order check
[osm/common.git] / osm_common / sol_package.py
index e336cd5..8af52b9 100644 (file)
 # For those usages not covered by the Apache License, Version 2.0 please
 # contact: fbravo@whitestack.com or agarcia@whitestack.com
 ##
-
+import hashlib
 import os
+
 import yaml
-import hashlib
 
 
 class SOLPackageException(Exception):