Skip to content

Commit fbf6505

Browse files
committed
format
1 parent 56892b3 commit fbf6505

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.ci/metrics/metrics.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ def get_sampled_workflow_metrics(github_repo: github.Repository):
9696
elif job.status == "in_progress":
9797
running_count[metric_name] += 1
9898

99-
10099
workflow_metrics = []
101100
for name, value in queued_count.items():
102101
workflow_metrics.append(

0 commit comments

Comments
 (0)