Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
tswast committed Jul 30, 2020
1 parent 74171dc commit df6bfc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ pyspark==3.0.0
apache-airflow==1.10.11
pandas==1.0.5
pyarrow==0.17.1
google-cloud-bigquery==1.26.0
google-cloud-bigquery==1.26.1
google-cloud-bigquery-storage==1.0.0
setuptools>=34.0.0
4 changes: 2 additions & 2 deletions tests/unit/test_combiner.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,8 +392,8 @@ def test_generate_report_without_group_by(
'{"grp_a": "c", "grp_i": "0"}',
'{"grp_a": "c", "grp_i": "1"}',
],
"difference": [-1.0, -1.0, _NAN, _NAN, _NAN, _NAN,],
"pct_difference": [-50.0, -25.0, _NAN, _NAN, _NAN, _NAN,],
"difference": [-1.0, -1.0, _NAN, _NAN, _NAN, _NAN],
"pct_difference": [-50.0, -25.0, _NAN, _NAN, _NAN, _NAN],
}
),
),
Expand Down

0 comments on commit df6bfc0

Please sign in to comment.