-
Notifications
You must be signed in to change notification settings - Fork 823
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove defaults from sectioner args
`_split_elements_by_title_and_table()` is an implementation function (private). It is called only by `chunk_by_title()` (outside tests) and with all arguments specified, so has no need for defaults since they are never used and complicate reasoning about its behavior. Remove defaults from all parameters to `_split_elements_by_title_and_table()`.
- Loading branch information
Showing
2 changed files
with
11 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters