mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Fix style
This commit is contained in:
parent
05f3cfdefd
commit
7fb9a42b11
@ -1,10 +1,11 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
|
import sys
|
||||||
import logging
|
import logging
|
||||||
import os
|
import os
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|
||||||
from get_robot_token import get_best_robot_token
|
from get_robot_token import get_best_robot_token
|
||||||
import sys
|
|
||||||
from ssh import SSHKey
|
from ssh import SSHKey
|
||||||
from cherry_pick_utils.backport import Backport
|
from cherry_pick_utils.backport import Backport
|
||||||
from cherry_pick_utils.cherrypick import CherryPick
|
from cherry_pick_utils.cherrypick import CherryPick
|
||||||
|
Loading…
Reference in New Issue
Block a user