From 3402af7a2e2d6f9d0ff71b51fa9a6a5881b7a355 Mon Sep 17 00:00:00 2001 From: chekos Date: Sun, 15 Oct 2023 08:41:12 -0700 Subject: [PATCH] add blank line --- datawrapper/__main__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/datawrapper/__main__.py b/datawrapper/__main__.py index 59b7a98..6185308 100644 --- a/datawrapper/__main__.py +++ b/datawrapper/__main__.py @@ -354,6 +354,7 @@ def chart_data(self, chart_id: str): """Retrieve the data stored for a specific chart, table or map, which is typically CSV. + Parameters ---------- chart_id : str @@ -429,6 +430,7 @@ def update_chart( ) -> Any | None: """Updates a chart's title, theme, type, language, or location (folder/organization). + Parameters ----------