X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=n2vc%2Fn2vc_conn.py;h=6b0df891e822aac41be67abf2382beaf5917a12b;hp=bfdf4603a9465894012afadf50d6c2f858a989b9;hb=82b591ceed704c798ead2d9104085a08e75b511b;hpb=eb8943a887e2fb8cce0240382811f9e504f3c7fb;ds=sidebyside diff --git a/n2vc/n2vc_conn.py b/n2vc/n2vc_conn.py index bfdf460..6b0df89 100644 --- a/n2vc/n2vc_conn.py +++ b/n2vc/n2vc_conn.py @@ -294,14 +294,12 @@ class N2VCConnector(abc.ABC, Loggable): # TODO @abc.abstractmethod async def remove_relation(self): - """ - """ + """ """ # TODO @abc.abstractmethod async def deregister_execution_environments(self): - """ - """ + """ """ @abc.abstractmethod async def delete_namespace( @@ -464,7 +462,9 @@ class N2VCConnector(abc.ABC, Loggable): the_table, the_filter, the_path, update_dict, vca_id=vca_id ) else: - self.on_update_db(the_table, the_filter, the_path, update_dict, vca_id=vca_id) + self.on_update_db( + the_table, the_filter, the_path, update_dict, vca_id=vca_id + ) except DbException as e: if e.http_code == HTTPStatus.NOT_FOUND: