lint: Remove unused import in autogpt/core/utils/json_schema.py

This commit is contained in:
Reinier van der Leer
2023-12-13 22:53:27 +01:00
parent 0e94c7b5fc
commit 5978031f7a

View File

@@ -1,5 +1,4 @@
import enum
import json
from logging import Logger
from textwrap import indent
from typing import Literal, Optional