Skip to content

Commit be5aae4

Browse files
committed
update typing hint
1 parent da4dfa4 commit be5aae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synapseclient/models/wiki.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ async def get_attachment_handles_async(
770770
self,
771771
*,
772772
synapse_client: Optional["Synapse"] = None,
773-
) -> list:
773+
) -> List[Dict[str, Any]]:
774774
"""
775775
Get the file handles of all attachments on this wiki page.
776776

0 commit comments

Comments
 (0)