Fix black issues
[osm/N2VC.git] / n2vc / n2vc_juju_conn.py
index c470b1b..943d70d 100644 (file)
@@ -1136,7 +1136,6 @@ class N2VCJujuConnector(N2VCConnector):
             )
 
     def _write_ee_id_db(self, db_dict: dict, ee_id: str):
-
         # write ee_id to database: _admin.deployed.VCA.x
         try:
             the_table = db_dict["collection"]