Skip to content

Commit 68409ce

Browse files
committed
Update invalid docstring
1 parent 47d90ba commit 68409ce

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/_notion_scripts/upload.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,8 @@ def _block_from_details(
138138
details: dict[str, Any],
139139
session: Session,
140140
) -> Block:
141-
"""Create a Block from a serialized block details.
142-
143-
Get any required local files from SHA mapping or upload them.
141+
"""
142+
Create a Block from a serialized block details.
144143
"""
145144
block = Block.wrap_obj_ref(UnoObjAPIBlock.model_validate(obj=details))
146145

0 commit comments

Comments
 (0)