From 946d5e9eb462783d88b9b666f93e764966b2ee84 Mon Sep 17 00:00:00 2001 From: Damon Chen Date: Wed, 1 Dec 2021 18:59:15 +0800 Subject: [PATCH] Back to original even it is too long To make diff easy. --- pystarport/cli.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pystarport/cli.py b/pystarport/cli.py index 80a2809..49722a3 100644 --- a/pystarport/cli.py +++ b/pystarport/cli.py @@ -6,8 +6,7 @@ from .app import CHAIN, IMAGE, SUPERVISOR_CONFIG_FILE from .bot import BotCLI, BotClusterCLI -from .cluster import (ClusterCLI, init_cluster, start_cluster, - start_tail_logs_thread) +from .cluster import ClusterCLI, init_cluster, start_cluster, start_tail_logs_thread from .cosmoscli import CosmosCLI from .utils import build_cli_args, interact