Skip to content

Commit 4d3818c

Browse files
committed
removed accidental new line characters from title
1 parent 9a6be4b commit 4d3818c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jobs/desktop-mobile-mau-2020/mobile_mau/mobile_mau.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,9 @@ def create_plot(platform, y_min, y_max, actuals, forecast, plot_start_date, slic
186186
# autosize=force_width is None,
187187
# width=force_width,
188188
# height=force_height,
189-
title="""
190-
<b>{} {} MAU</b> <span style="font-size: medium;">at end of day {}</span>
191-
""".format(
189+
title='\
190+
<b>{} {} MAU</b> <span style="font-size: medium;">at end of day {}</span>\
191+
'.format(
192192
slice_name,
193193
platform,
194194
data_end_date,

0 commit comments

Comments
 (0)