isort, add proper skips.

This commit is contained in:
BillSchumacher
2023-04-18 18:59:23 -05:00
parent 4701357a21
commit 86d3444fb8
18 changed files with 38 additions and 47 deletions

View File

@@ -8,8 +8,8 @@ from colorama import Fore, Style
from openai.error import APIError, RateLimitError
from autogpt.config import Config
from autogpt.types.openai import Message
from autogpt.logs import logger
from autogpt.types.openai import Message
CFG = Config()