Skip to content

Commit

Permalink
Small black change
Browse files Browse the repository at this point in the history
  • Loading branch information
nunofachada committed Mar 3, 2024
1 parent d065f43 commit 7bb7d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egrader/plugins/repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def assess_commit_date_interval(
before_date: date | datetime | str,
after_date: date | datetime | str = date.min,
last_n_commits: int = _max_git_commits,
strict: bool = False
strict: bool = False,
) -> float:
"""Return the percentage of commits performed on the specified date interval."""
try:
Expand Down

0 comments on commit 7bb7d97

Please sign in to comment.