Fix style

This commit is contained in:
alesapin 2021-11-25 13:11:47 +03:00
parent c09feaf2a8
commit a6a44cf8b6

View File

@ -5,6 +5,8 @@ import subprocess
import os import os
import json import json
import csv import csv
import sys
from github import Github from github import Github
from pr_info import PRInfo from pr_info import PRInfo
from s3_helper import S3Helper from s3_helper import S3Helper
@ -14,7 +16,6 @@ from docker_pull_helper import get_image_with_version
from commit_status_helper import post_commit_status from commit_status_helper import post_commit_status
from clickhouse_helper import ClickHouseHelper, mark_flaky_tests, prepare_tests_results_for_clickhouse from clickhouse_helper import ClickHouseHelper, mark_flaky_tests, prepare_tests_results_for_clickhouse
from stopwatch import Stopwatch from stopwatch import Stopwatch
import sys
NAME = 'Fast test (actions)' NAME = 'Fast test (actions)'