Skip to content

Commit

Permalink
Merge pull request Significant-Gravitas#2183 from aminghani/fix-bug-i…
Browse files Browse the repository at this point in the history
…moprt123

added missing import
  • Loading branch information
richbeales authored Apr 17, 2023
2 parents 64e0577 + 1d49b87 commit 3f0b84e
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 3f0b84e

Please sign in to comment.