Skip to content

Commit

Permalink
constants handled
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Feb 23, 2024
1 parent cd10f2d commit 86d8053
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
6 changes: 1 addition & 5 deletions src/oaklib/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
CLASS_CREATION = "ClassCreation"
NODE_CREATION = "NodeCreation"
NODE_DELETION = "NodeDeletion"

NODE_TEXT_DEFINITION_CHANGE = "NodeTextDefinitionChange"
NEW_TEXT_DEFINITION = "NewTextDefinition"
NODE_UNOBSOLETION = "NodeUnobsoletion"
NODE_DIRECT_MERGE = "NodeDirectMerge"
NODE_OBSOLETION_WITH_DIRECT_REPLACEMENT = "NodeObsoletionWithDirectReplacement"
NODE_OBSOLETION = "NodeObsoletion"

4 changes: 0 additions & 4 deletions src/oaklib/interfaces/differ_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,8 @@
NEW_TEXT_DEFINITION,
NODE_CREATION,
NODE_DELETION,
NODE_DIRECT_MERGE,
NODE_OBSOLETION,
NODE_OBSOLETION_WITH_DIRECT_REPLACEMENT,
NODE_RENAME,
NODE_TEXT_DEFINITION_CHANGE,
NODE_UNOBSOLETION,
)
from oaklib.datamodels.vocabulary import (
DEPRECATED_PREDICATE,
Expand Down

0 comments on commit 86d8053

Please sign in to comment.