Skip to content

Commit

Permalink
Fix integration test format
Browse files Browse the repository at this point in the history
  • Loading branch information
markcusack committed Apr 24, 2024
1 parent edbdba5 commit 4c03167
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@

import pytest

from langchain_community.docstore.document import Document
from langchain_community.vectorstores import Yellowbrick
from tests.integration_tests.vectorstores.fake_embeddings import (
ConsistentFakeEmbeddings,
fake_texts,
)

from langchain_community.docstore.document import Document
from langchain_community.vectorstores import Yellowbrick

YELLOWBRICK_URL = "postgres://username:password@host:port/database"
YELLOWBRICK_TABLE = "test_table"

Expand Down

0 comments on commit 4c03167

Please sign in to comment.