We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef20d2a commit ef573faCopy full SHA for ef573fa
1 file changed
json_explorer/codegen/cli_integration.py
@@ -25,8 +25,8 @@
25
load_config,
26
GeneratorError,
27
)
28
-from ..analyzer import analyze_json
29
-from ..utils import load_json
+from json_explorer.analyzer import analyze_json
+from json_explorer.utils import load_json
30
31
32
class CLIError(Exception):
0 commit comments