Skip to content

Commit

Permalink
removed LRU import
Browse files Browse the repository at this point in the history
  • Loading branch information
LckyLke committed Nov 8, 2024
1 parent a4ee299 commit df6b6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion owlapy/owl_reasoner.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
OWLPropertyExpression, OWLDataPropertyExpression
from owlapy.owl_individual import OWLNamedIndividual
from owlapy.owl_literal import OWLLiteral
from owlapy.utils import LRUCache, run_with_timeout
from owlapy.utils import run_with_timeout
from owlapy.abstracts.abstract_owl_reasoner import AbstractOWLReasoner
logger = logging.getLogger(__name__)

Expand Down

0 comments on commit df6b6c1

Please sign in to comment.