Fixing flake and black issues in code, enabling the same in tox
[osm/LCM.git] / osm_lcm / lcm_utils.py
index 7af63a8..749f347 100644 (file)
@@ -319,9 +319,7 @@ class LcmBase:
             # Get the NSD package path
             if revision:
 
-                nsd_package_path = (
-                    db_nsr["nsd-id"] + ":" + str(revision)
-                )
+                nsd_package_path = db_nsr["nsd-id"] + ":" + str(revision)
                 db_nsd = self.db.get_one("nsds_revisions", {"_id": nsd_package_path})
 
             else: