Skip to content

Commit

Permalink
reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Demirrr committed Sep 16, 2024
1 parent d7cacf2 commit a18eaf3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions owlapy/owl_reasoner.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
from types import MappingProxyType, FunctionType
from typing import DefaultDict, Iterable, Dict, Mapping, Set, Type, TypeVar, Optional, FrozenSet, List, Union

from jpype import javax

from owlapy.class_expression import OWLClassExpression, OWLObjectSomeValuesFrom, OWLObjectUnionOf, \
OWLObjectIntersectionOf, OWLObjectComplementOf, OWLObjectAllValuesFrom, OWLObjectOneOf, OWLObjectHasValue, \
OWLObjectMinCardinality, OWLObjectMaxCardinality, OWLObjectExactCardinality, OWLObjectCardinalityRestriction, \
Expand Down
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
version="1.3.0",
packages=find_packages(),
include_package_data=True,
package_data={
'owlapy': ['jar_dependencies/*.jar'],
},
package_data={'owlapy': ['jar_dependencies/*.jar'],},
install_requires=[
"pandas>=1.5.0",
"requests>=2.32.3",
Expand Down

0 comments on commit a18eaf3

Please sign in to comment.