We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5db6172 commit 1a3baf5Copy full SHA for 1a3baf5
src/_notion_scripts/upload.py
@@ -481,8 +481,8 @@ def parse_args() -> argparse.Namespace:
481
482
def load_and_process_contents(file_path: Path) -> list[_Block]:
483
"""
484
- Load a JSON file from disk and preprocess its blocks to handle
485
- Notion's rich text length limits.
+ Load a JSON file from disk and preprocess its blocks to handle Notion's
+ rich text length limits.
486
487
with file_path.open("r", encoding="utf-8") as f:
488
contents = json.load(fp=f)
0 commit comments