Skip to content

Commit 4c31335

Browse files
committed
pr-feedback
1 parent a952994 commit 4c31335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/metrics/metrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class GaugeMetric:
7272

7373
def github_get_metrics(
7474
github_repo: github.Repository, last_workflows_seen_as_completed: set[int]
75-
):
75+
) -> tuple[list[JobMetrics], int]:
7676
"""Gets the metrics for specified Github workflows.
7777
7878
This function takes in a list of workflows to track, and optionally the

0 commit comments

Comments
 (0)