Skip to content

Commit 1a3baf5

Browse files
committed
Start simplifying
1 parent 5db6172 commit 1a3baf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/_notion_scripts/upload.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,8 +481,8 @@ def parse_args() -> argparse.Namespace:
481481

482482
def load_and_process_contents(file_path: Path) -> list[_Block]:
483483
"""
484-
Load a JSON file from disk and preprocess its blocks to handle
485-
Notion's rich text length limits.
484+
Load a JSON file from disk and preprocess its blocks to handle Notion's
485+
rich text length limits.
486486
"""
487487
with file_path.open("r", encoding="utf-8") as f:
488488
contents = json.load(fp=f)

0 commit comments

Comments
 (0)