Replace yaml.load by yaml.safe_load
[osm/NBI.git] / osm_nbi / authconn_keystone.py
index 5e34485..a84b3d9 100644 (file)
@@ -328,7 +328,6 @@ class AuthconnKeystone(Authconn):
         :return: returns the id of the user in keystone.
         """
         try:
         :return: returns the id of the user in keystone.
         """
         try:
-
             if (
                 user_info.get("domain_name")
                 and user_info["domain_name"] in self.user_domain_ro_list
             if (
                 user_info.get("domain_name")
                 and user_info["domain_name"] in self.user_domain_ro_list