Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
aarushik93 committed Oct 23, 2024
1 parent 9470a9e commit e55f603
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion autogpt_platform/backend/backend/blocks/pinecone.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
from typing import Literal

from pinecone import ServerlessSpec, Pinecone

from autogpt_libs.supabase_integration_credentials_store import APIKeyCredentials
from backend.blocks.pinecone import Pinecone, ServerlessSpec

from backend.data.block import Block, BlockCategory, BlockOutput, BlockSchema
from backend.data.model import CredentialsField, CredentialsMetaInput, SchemaField
Expand Down

0 comments on commit e55f603

Please sign in to comment.