Fix style

This commit is contained in:
Alexey Milovidov 2023-07-19 22:15:23 +02:00
parent 3c2fe6e716
commit f458108c44
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,6 @@
#!/bin/bash
# shellcheck disable=SC2015
set -exu
trap "exit" INT TERM

View File

@ -11,7 +11,6 @@ from build_download_helper import get_build_name_for_check, read_build_urls
from clickhouse_helper import ClickHouseHelper, prepare_tests_results_for_clickhouse
from commit_status_helper import (
RerunHelper,
format_description,
get_commit,
post_commit_status,
)