Skip to content

Commit c93c705

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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,13 +186,13 @@ 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>
189+
title="""\
190+
<b>{} {} MAU</b> <span style="font-size: medium;">at end of day {}</span>\
191191
""".format(
192192
slice_name,
193193
platform,
194194
data_end_date,
195-
),
195+
).strip(),
196196
titlefont={
197197
"size": 24,
198198
},

0 commit comments

Comments
 (0)