diff --git a/autogpts/autogpt/autogpt/core/utils/json_schema.py b/autogpts/autogpt/autogpt/core/utils/json_schema.py index 2ee4b67e..c9f9026e 100644 --- a/autogpts/autogpt/autogpt/core/utils/json_schema.py +++ b/autogpts/autogpt/autogpt/core/utils/json_schema.py @@ -1,5 +1,4 @@ import enum -import json from logging import Logger from textwrap import indent from typing import Literal, Optional