From 5978031f7a888e4bac2fc8cfac8eb3013d054619 Mon Sep 17 00:00:00 2001 From: Reinier van der Leer Date: Wed, 13 Dec 2023 22:53:27 +0100 Subject: [PATCH] lint: Remove unused import in autogpt/core/utils/json_schema.py --- autogpts/autogpt/autogpt/core/utils/json_schema.py | 1 - 1 file changed, 1 deletion(-) 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