utkarsharma2 commented on code in PR #39688: URL: https://github.com/apache/airflow/pull/39688#discussion_r1605261683
########## airflow/providers/pinecone/operators/pinecone.py: ########## @@ -21,7 +21,7 @@ from typing import TYPE_CHECKING, Any, Sequence from airflow.models import BaseOperator -from airflow.providers.pinecone.hooks.pinecone import PineconeHook +from airflow.providers.pinecone.hooks.pinecone import PineconeHook, Vector Review Comment: Same as comment - https://github.com/apache/airflow/pull/39688/files#r1605261158 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
