Skip to content

Commit ade5c3c

Browse files
committed
commented unused variable
1 parent 27cecf8 commit ade5c3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

owlapy/owl_reasoner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1088,7 +1088,7 @@ def include(lv: OWLLiteral):
10881088
elif isinstance(filler, OWLDataComplementOf):
10891089
# Count values NOT matching the inner data range
10901090
inner_filler = filler.get_data_range()
1091-
some_inner = OWLDataSomeValuesFrom(property=pe, filler=inner_filler)
1091+
# some_inner = OWLDataSomeValuesFrom(property=pe, filler=inner_filler)
10921092
# We need to count per-individual, so we iterate
10931093
if property_cache:
10941094
for s, literals in dps.items():

0 commit comments

Comments
 (0)