tests/ci/style_check.py: fix pylint warnings

This commit is contained in:
Azat Khuzhin 2021-10-27 10:03:25 +03:00
parent e933e05662
commit 161f48c2c8

View File

@ -1,14 +1,13 @@
#!/usr/bin/env python3
from github import Github
from report import create_test_html_report
import shutil
import logging
import subprocess
import os
import csv
from s3_helper import S3Helper
import time
import json
from github import Github
from report import create_test_html_report
from s3_helper import S3Helper
from pr_info import PRInfo
from get_robot_token import get_best_robot_token