Automatic style fix

This commit is contained in:
robot-clickhouse 2022-08-16 13:10:28 +00:00
parent dfbbc51045
commit 15bbb21a09

View File

@ -116,7 +116,7 @@ if __name__ == "__main__":
pr_info = PRInfo()
gh = Github(get_best_robot_token(), per_page=100)
atexit.register(update_mergeable_check, gh, pr_info, check_name)
rerun_helper = RerunHelper(gh, pr_info, check_name)