Skip to content

Commit f38ad98

Browse files
committed
mypy tweak
1 parent 057a506 commit f38ad98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datawrapper/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ def update_chart(
678678
language: str = "",
679679
folder_id: str = "",
680680
organization_id: str = "",
681-
) -> dict:
681+
) -> dict | HTML:
682682
"""Updates a chart's title, theme, type, language, folder or organization.
683683
684684
Parameters

0 commit comments

Comments
 (0)