Skip to content

Commit

Permalink
removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
alkidbaci committed Feb 14, 2025
1 parent 9d5b471 commit e5b05ce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions owlapy/owl_hierarchy.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
"""Classes representing hierarchy in OWL."""

import operator
from abc import ABCMeta, abstractmethod
from functools import reduce
from typing import Dict, Iterable, Tuple, overload, TypeVar, Generic, Type, cast, Optional, FrozenSet, Set

from owlapy.class_expression import OWLClass, OWLThing, OWLNothing
Expand Down

0 comments on commit e5b05ce

Please sign in to comment.