mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-11 17:02:25 +00:00
Fix style errors
This commit is contained in:
parent
462f4111de
commit
33eeb0737f
@ -1,15 +1,13 @@
|
|||||||
import argparse
|
import argparse
|
||||||
import logging
|
|
||||||
|
|
||||||
|
|
||||||
from get_robot_token import get_best_robot_token
|
|
||||||
from commit_status_helper import get_commit_filtered_statuses
|
|
||||||
from datetime import timedelta, datetime
|
from datetime import timedelta, datetime
|
||||||
|
import logging
|
||||||
|
from typing import List, TypeVar
|
||||||
import github
|
import github
|
||||||
from typing import List, Any, TypeVar
|
from commit_status_helper import get_commit_filtered_statuses
|
||||||
|
from get_robot_token import get_best_robot_token
|
||||||
from github_helper import GitHub
|
from github_helper import GitHub
|
||||||
|
|
||||||
T = TypeVar("T")
|
T = TypeVar("T", bound=github.GithubObject.GithubObject)
|
||||||
|
|
||||||
|
|
||||||
READY_FOR_RELEASE_CHECK_NAME = "Ready for release"
|
READY_FOR_RELEASE_CHECK_NAME = "Ready for release"
|
||||||
|
Loading…
Reference in New Issue
Block a user