Skip to content

Commit 48cb340

Browse files
committed
refactor: remove unnecessary blank line in update_time_metrics function
1 parent 1536da0 commit 48cb340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wellcode_cli/github/github_metrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ def update_time_metrics(pr, commits, repo_metrics, org_metrics, start_date, end_
411411
author_metrics.time_metrics.merge_distribution["after_hours"] += 1
412412
repo_metrics.time_metrics.merge_distribution["after_hours"] += 1
413413
org_metrics.time_metrics.merge_distribution["after_hours"] += 1
414-
414+
415415
# Calculate deployment frequency with safety check
416416
if pr.base.ref == repo_metrics.default_branch:
417417
one_day_seconds = 24 * 60 * 60

0 commit comments

Comments
 (0)