Adding release notes and enabling import order check
[osm/common.git] / osm_common / tests / packages / native_charm_without_metadata_dir_vnf / Scripts / charms / simple / src / charm.py
index 54cefc4..8607b1f 100755 (executable)
@@ -16,8 +16,8 @@
 # under the License.
 ##
 
 # under the License.
 ##
 
-import sys
 import subprocess
 import subprocess
+import sys
 
 from ops.charm import CharmBase
 from ops.main import main
 
 from ops.charm import CharmBase
 from ops.main import main