Skip to content
Snippets Groups Projects
Commit b0c7cdd8 authored by Aurélien Lamercerie's avatar Aurélien Lamercerie
Browse files

Clean TODO instruction about mother relation filter

parent 2d695820
Branches
No related tags found
No related merge requests found
......@@ -275,7 +275,6 @@ def __generate_owl_taxonomic_relation(graph, new_class_uri, net):
if mother_class_net_uri_list is None:
predicat_list.append(__compute_class_type_uri(net))
else :
# TODO: add method to filter some mother class
for mother_class_net_uri in mother_class_net_uri_list:
predicat_list.append(__get_mother_class_uri(graph, mother_class_net_uri))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment