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 0c43886 commit 69d4a9dCopy full SHA for 69d4a9d
src/_notion_scripts/upload.py
@@ -94,9 +94,7 @@ def _find_last_matching_block_index(
94
blocks match.
95
"""
96
last_matching_index: int | None = None
97
- for index, existing_page_block in enumerate(
98
- iterable=existing_blocks, start=0
99
- ):
+ for index, existing_page_block in enumerate(iterable=existing_blocks):
100
click.echo(
101
message=(
102
f"Checking block {index + 1} of {len(existing_blocks)} for "
0 commit comments