Skip to content

Commit

Permalink
lint(agent): Fix linting error in api_manager.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Pwuts committed Feb 29, 2024
1 parent 50e5ea4 commit 5047fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogpts/autogpt/autogpt/llm/api_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import logging
from typing import List, Optional

from openai import OpenAI, AzureOpenAI
from openai import AzureOpenAI, OpenAI
from openai.types import Model

from autogpt.core.resource.model_providers.openai import (
Expand Down

0 comments on commit 5047fd9

Please sign in to comment.