From 7fb9a42b119b6c3eba1784caaabde51c1ded3384 Mon Sep 17 00:00:00 2001 From: alesapin Date: Mon, 8 Nov 2021 17:45:19 +0300 Subject: [PATCH] Fix style --- tests/ci/cherry_pick.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/ci/cherry_pick.py b/tests/ci/cherry_pick.py index 9539f834e6a..f0f07ee95e6 100644 --- a/tests/ci/cherry_pick.py +++ b/tests/ci/cherry_pick.py @@ -1,10 +1,11 @@ #!/usr/bin/env python3 +import sys import logging import os import subprocess + from get_robot_token import get_best_robot_token -import sys from ssh import SSHKey from cherry_pick_utils.backport import Backport from cherry_pick_utils.cherrypick import CherryPick