Skip to content

Commit

Permalink
Typos fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Demirrr committed Nov 11, 2024
1 parent 18b973a commit 0632617
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions owlapy/util_owl_static_funcs.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
from owlready2 import owl_named_individual

from .owl_ontology import Ontology
from .owl_ontology_manager import OntologyManager
from typing import List
from .class_expression import OWLClassExpression, OWLClass
from .owl_individual import OWLNamedIndividual
from .iri import IRI
from .owl_axiom import OWLEquivalentClassesAxiom, OWLDataPropertyAssertionAxiom
from .owl_property import OWLDataProperty
from .owl_literal import OWLLiteral
import os
from typing import List

def save_owl_class_expressions(expressions: OWLClassExpression | List[OWLClassExpression],
path: str = 'predictions',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
include_package_data=True,
package_data={'owlapy': ['jar_dependencies/*.jar'],},
install_requires=[
"scikit-learn>=1.5.2"
"scikit-learn>=1.5.2",
"pandas>=1.5.0",
"requests>=2.32.3",
"rdflib>=6.0.2",
Expand Down

0 comments on commit 0632617

Please sign in to comment.