We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4380a7 commit 207bbadCopy full SHA for 207bbad
continuous_integration/scripts/test_report.py
@@ -498,9 +498,9 @@ def main(argv: list[str] | None = None) -> None:
498
)
499
overall = {name: grouped.get_group(name) for name in grouped.groups}
500
501
- # Get all of the workflow run timestamps that we wound up with, which we can use
+ # Get all the workflow run timestamps that we wound up with, which we can use
502
# below to align the different groups.
503
- times = set()
+ times: set = set()
504
for df in overall.values():
505
times.update(df.date.unique())
506
0 commit comments