Skip to content

Commit 61a9ceb

Browse files
committed
refactor: 删除无用代码
1 parent b62c85c commit 61a9ceb

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

bgesdk/management/utils.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
from os.path import expanduser
1111
from posixpath import join, exists, abspath
12-
from rich import print_json
1312
from rich.console import Console
1413
from rich.panel import Panel
1514
from rich.prompt import Confirm
@@ -133,12 +132,6 @@ def get_config_parser(path):
133132

134133

135134
def output_json(data, cls=None):
136-
# print_json(
137-
# data=data,
138-
# indent=4,
139-
# sort_keys=True,
140-
# ensure_ascii=False
141-
# )
142135
syntax = Syntax(
143136
json.dumps(
144137
data,

0 commit comments

Comments
 (0)