style fix

This commit is contained in:
Max K 2024-06-14 18:45:08 +02:00
parent eb2af82022
commit 7b43ede04e

View File

@ -24,7 +24,8 @@ from report import (
BuildResult,
JobReport,
create_build_html_report,
get_worst_status, FAILURE,
get_worst_status,
FAILURE,
)
from stopwatch import Stopwatch
from ci_config import CI