Skip to content

Commit 59b7086

Browse files
committed
updated requirements to get flake8 pytest plugin working
1 parent 62e2592 commit 59b7086

2 files changed

Lines changed: 4 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
},

jobs/desktop-mobile-mau-2020/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ google-cloud-bigquery==1.27.2
33
google-cloud-bigquery-storage==1.0.0
44
google-cloud-storage==1.31.0
55
Jinja2==2.11.3
6+
flake8==3.8.4
67
matplotlib==3.3.2
78
numpy==1.19.2
89
pandas==1.1.2

0 commit comments

Comments
 (0)