Reformat common to standardized format
[osm/common.git] / osm_common / tests / packages / native_charm_without_metadata_dir_vnf / Scripts / charms / simple / src / charm.py
index 409f286..54cefc4 100755 (executable)
@@ -27,7 +27,6 @@ sys.path.append("lib")
 
 
 class MyNativeCharm(CharmBase):
 
 
 class MyNativeCharm(CharmBase):
-
     def __init__(self, framework, key):
         super().__init__(framework, key)
 
     def __init__(self, framework, key):
         super().__init__(framework, key)