Skip to content

Commit

Permalink
added missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
aminghani committed Apr 17, 2023
1 parent 10cd0f3 commit 1d49b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogpt/agent/agent_manager.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Agent manager for managing GPT agents"""
from __future__ import annotations

from typing import Union
from autogpt.llm_utils import create_chat_completion
from autogpt.config.config import Singleton

Expand Down

0 comments on commit 1d49b87

Please sign in to comment.