Reorder imports

This commit is contained in:
Mikhail f. Shiryaev 2023-02-22 17:00:06 +01:00
parent 33a2e2b3d8
commit e290ceec52
No known key found for this signature in database
GPG Key ID: 4B02ED204C7D93F4

View File

@ -6,11 +6,12 @@ import time
from typing import List
import logging
from ci_config import CI_CONFIG, REQUIRED_CHECKS
from env_helper import GITHUB_REPOSITORY, GITHUB_RUN_URL
from github import Github
from github.Commit import Commit
from github.CommitStatus import CommitStatus
from ci_config import CI_CONFIG, REQUIRED_CHECKS
from env_helper import GITHUB_REPOSITORY, GITHUB_RUN_URL
from pr_info import PRInfo, SKIP_MERGEABLE_CHECK_LABEL
RETRY = 5