Skip to content

Commit 3c53f7c

Browse files
formatting
1 parent 71c132d commit 3c53f7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.ci/metrics/metrics.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,9 +260,9 @@ def main():
260260

261261
for workflow_metric in reversed(current_metrics):
262262
if isinstance(workflow_metric, JobMetrics):
263-
workflows_to_track[workflow_metric.job_name] = (
264-
workflow_metric.workflow_id
265-
)
263+
workflows_to_track[
264+
workflow_metric.job_name
265+
] = workflow_metric.workflow_id
266266

267267
time.sleep(SCRAPE_INTERVAL_SECONDS)
268268

0 commit comments

Comments
 (0)