Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementing NodeDeletion which was earlier a comment. #791

Merged
merged 4 commits into from
Aug 15, 2024
Merged

Conversation

hrshdhgd
Copy link
Collaborator

@hrshdhgd hrshdhgd commented Aug 15, 2024

I think when this code was written NodeDeletion was not available inkgcl_schema. Now it surely is and hence implementing it and deleting the comment.

yield kgcl.NodeRename(
id=_id(), about_node=t2id, old_value=vals2list[0], new_value=None
yield kgcl.NodeDeletion(
id=_id(), about_node=t1id, old_value=vals1list[0], new_value=None
Copy link
Collaborator Author

@hrshdhgd hrshdhgd Aug 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cmungall : This is the only real change in the PR. I ran tox -e format that changed all other files.

Reason: GH Actions were failing and complaining about imports not being sorted.

@hrshdhgd hrshdhgd requested a review from cmungall August 15, 2024 19:39
@hrshdhgd hrshdhgd merged commit a0bf7ae into main Aug 15, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants