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 47d90ba commit 68409ceCopy full SHA for 68409ce
src/_notion_scripts/upload.py
@@ -138,9 +138,8 @@ def _block_from_details(
138
details: dict[str, Any],
139
session: Session,
140
) -> Block:
141
- """Create a Block from a serialized block details.
142
-
143
- Get any required local files from SHA mapping or upload them.
+ """
+ Create a Block from a serialized block details.
144
"""
145
block = Block.wrap_obj_ref(UnoObjAPIBlock.model_validate(obj=details))
146
0 commit comments