refactoring the all json utilities

This commit is contained in:
bingokon
2023-04-17 00:48:53 +01:00
parent 1513be4acd
commit 7a32e03bd5
15 changed files with 188 additions and 217 deletions

View File

@@ -1,7 +1,7 @@
import unittest
import tests.context
from autogpt.json_fixes.parsing import fix_and_parse_json
from autogpt.json_utils.auto_fix import fix_and_parse_json
class TestParseJson(unittest.TestCase):