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

@@ -1,9 +1,7 @@
"""Agent manager for managing GPT agents"""
from __future__ import annotations
from typing import List
from typing import Union
from typing import List, Union
from autogpt.config.config import Config, Singleton
from autogpt.llm_utils import create_chat_completion