tests/ci/finish_check.py: fix pylint warnings

This commit is contained in:
Azat Khuzhin 2021-10-27 10:03:23 +03:00
parent 3dd09db096
commit 0c9c15e06b

View File

@ -1,9 +1,9 @@
#!/usr/bin/env python3
import logging
from github import Github
from pr_info import PRInfo
import json
import os
from github import Github
from pr_info import PRInfo
from get_robot_token import get_best_robot_token
NAME = 'Run Check (actions)'