Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
aayush3011 committed Dec 15, 2024
1 parent 8995128 commit c313a64
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
from typing import Any, Dict, List, Tuple

import pytest

from langchain_core.documents import Document
from langchain_community.embeddings import OpenAIEmbeddings
from langchain_community.vectorstores.azure_cosmos_db_no_sql import (
AzureCosmosDBNoSqlVectorSearch,
Condition,
CosmosDBQueryType,
PreFilter,
)

from langchain_community.embeddings import OpenAIEmbeddings

logging.basicConfig(level=logging.DEBUG)

Check failure on line 19 in libs/community/tests/integration_tests/vectorstores/test_azure_cosmos_db_no_sql.py

View workflow job for this annotation

GitHub Actions / cd libs/community / make lint #3.9

Ruff (I001)

tests/integration_tests/vectorstores/test_azure_cosmos_db_no_sql.py:3:1: I001 Import block is un-sorted or un-formatted

Check failure on line 19 in libs/community/tests/integration_tests/vectorstores/test_azure_cosmos_db_no_sql.py

View workflow job for this annotation

GitHub Actions / cd libs/community / make lint #3.13

Ruff (I001)

tests/integration_tests/vectorstores/test_azure_cosmos_db_no_sql.py:3:1: I001 Import block is un-sorted or un-formatted

model_deployment = os.getenv(
Expand Down

0 comments on commit c313a64

Please sign in to comment.