Skip to content

Commit 9d72d22

Browse files
committed
Code clean-up.
1 parent 0d56089 commit 9d72d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

highcharts_core/options/tooltips.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1051,7 +1051,7 @@ def _get_kwargs_from_dict(cls, as_dict):
10511051
"x_date_format": as_dict.get("xDateFormat", None),
10521052

10531053
"node_format": as_dict.get('nodeFormat', None),
1054-
'node_formatter': as_dict.get('nodeFormatter', None)
1054+
"node_formatter": as_dict.get('nodeFormatter', None)
10551055
}
10561056

10571057
return kwargs

0 commit comments

Comments
 (0)