Skip to content

Commit 08258b7

Browse files
committed
flake8
1 parent 0d3164b commit 08258b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

osf_tests/metrics/reporters/test_institutional_summary_reporter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def test_report_generation_multiple_institutions(self):
116116

117117
# Run the reporter for the current month (February 2018)
118118
reporter = InstitutionalSummaryMonthlyReporter(self._yearmonth)
119-
reports_raw= list_monthly_reports(reporter)
119+
reports_raw = list_monthly_reports(reporter)
120120
reports = [item for sublist in reports_raw for item in sublist if isinstance(item, InstitutionMonthlySummaryReport)]
121121
self.assertEqual(len(reports), 3) # Reports for self._institution, institution2, institution3
122122

0 commit comments

Comments
 (0)