Skip to content

Commit

Permalink
Add missing Python import directive (#152)
Browse files Browse the repository at this point in the history
For some reason, the calendar module is now required to be imported
explicitly, which wasn’t the case before. This adds the missing import
directive.
  • Loading branch information
pluehne authored and larsxschneider committed Apr 23, 2018
1 parent dda201a commit 26b5972
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions updater/reports/ReportPRUsage.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import calendar

from .ReportDaily import *

# Calculate percentage of active repositories with a least two contributors
Expand Down

0 comments on commit 26b5972

Please sign in to comment.