Skip to content

Commit ef573fa

Browse files
committed
cli review
1 parent ef20d2a commit ef573fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

json_explorer/codegen/cli_integration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
load_config,
2626
GeneratorError,
2727
)
28-
from ..analyzer import analyze_json
29-
from ..utils import load_json
28+
from json_explorer.analyzer import analyze_json
29+
from json_explorer.utils import load_json
3030

3131

3232
class CLIError(Exception):

0 commit comments

Comments
 (0)