Skip to content

Commit

Permalink
Fixed linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
alkidbaci committed Feb 13, 2025
1 parent 023ee00 commit 8df3cea
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions owlapy/owl_reasoner.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
"""OWL Reasoner"""
import operator
import logging

import jpype
import owlready2

from collections import defaultdict
Expand All @@ -29,7 +27,6 @@
from owlapy.owl_individual import OWLNamedIndividual
from owlapy.owl_literal import OWLLiteral, OWLBottomObjectProperty, OWLTopObjectProperty, OWLBottomDataProperty, \
OWLTopDataProperty
from owlapy.static_funcs import startJVM
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 8df3cea

Please sign in to comment.