lint(agent): Fix linting error in api_manager.py

pull/6946/head
Reinier van der Leer 2024-02-29 18:42:16 +01:00
parent 50e5ea4e54
commit 5047fd9fce
No known key found for this signature in database
GPG Key ID: CDC1180FDAE06193
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ from __future__ import annotations
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 (