Fix style

This commit is contained in:
alesapin 2021-11-08 17:45:19 +03:00
parent 05f3cfdefd
commit 7fb9a42b11

View File

@ -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