mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-18 12:22:12 +00:00
tests/ci/style_check.py: fix pylint warnings
This commit is contained in:
parent
e933e05662
commit
161f48c2c8
@ -1,14 +1,13 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
from github import Github
|
|
||||||
from report import create_test_html_report
|
|
||||||
import shutil
|
|
||||||
import logging
|
import logging
|
||||||
import subprocess
|
import subprocess
|
||||||
import os
|
import os
|
||||||
import csv
|
import csv
|
||||||
from s3_helper import S3Helper
|
|
||||||
import time
|
import time
|
||||||
import json
|
import json
|
||||||
|
from github import Github
|
||||||
|
from report import create_test_html_report
|
||||||
|
from s3_helper import S3Helper
|
||||||
from pr_info import PRInfo
|
from pr_info import PRInfo
|
||||||
from get_robot_token import get_best_robot_token
|
from get_robot_token import get_best_robot_token
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user