Skip to content

Commit

Permalink
chore: linting
Browse files Browse the repository at this point in the history
Signed-off-by: Zack Koppert <[email protected]>
  • Loading branch information
zkoppert committed Jun 11, 2024
1 parent a987f81 commit 7e2cae4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion issue_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,9 @@ def get_per_issue_metrics(
if issue["closedAt"]:
num_issues_closed += 1
if not env_vars.hide_time_to_close:
issue_with_metrics.time_to_close = measure_time_to_close(None, issue)
issue_with_metrics.time_to_close = measure_time_to_close(
None, issue
)
else:
num_issues_open += 1
else:
Expand Down

0 comments on commit 7e2cae4

Please sign in to comment.