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

fix: remove unused ElementMetadata.section #2921

Merged
merged 1 commit into from
Apr 23, 2024

Conversation

scanny
Copy link
Collaborator

@scanny scanny commented Apr 22, 2024

Summary
The .section field in ElementMetadata is dead code, possibly a remainder from a prior iteration of partition_epub(). In any case, it is not populated by any partitioner. Remove it and any code that uses it.

The `.section` field in `ElementMetadata` is dead-code, being left from
a prior attempt a partitioning EPUB documents. It is no longer used.
Remove it and any code that uses it.
Copy link
Collaborator

@christinestraub christinestraub left a comment

Choose a reason for hiding this comment

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

LGTM!

@scanny scanny added this pull request to the merge queue Apr 22, 2024
Merged via the queue into main with commit 05ff975 Apr 23, 2024
42 checks passed
@scanny scanny deleted the scanny/remove-metadata-section-field branch April 23, 2024 00:29
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