Skip to content

Commit 3481f14

Browse files
committed
flake8
1 parent f3729bc commit 3481f14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

osf/metrics/reporters/institution_summary_monthly.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def iter_report_kwargs(self, continue_after: dict | None = None):
2121

2222
def report(self, **report_kwargs):
2323
_institution = Institution.objects.get(pk=report_kwargs['institution_pk'])
24-
reports = self.generate_report(_institution)
24+
reports = self.generate_report(_institution)
2525
_report = next(r for r in reports if isinstance(r, InstitutionMonthlySummaryReport))
2626
return _report
2727

0 commit comments

Comments
 (0)