We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b62c85c commit 61a9cebCopy full SHA for 61a9ceb
1 file changed
bgesdk/management/utils.py
@@ -9,7 +9,6 @@
9
10
from os.path import expanduser
11
from posixpath import join, exists, abspath
12
-from rich import print_json
13
from rich.console import Console
14
from rich.panel import Panel
15
from rich.prompt import Confirm
@@ -133,12 +132,6 @@ def get_config_parser(path):
133
132
134
135
def output_json(data, cls=None):
136
- # print_json(
137
- # data=data,
138
- # indent=4,
139
- # sort_keys=True,
140
- # ensure_ascii=False
141
- # )
142
syntax = Syntax(
143
json.dumps(
144
data,
0 commit comments