Skip to content

Commit 42e1049

Browse files
committed
ruff
1 parent 6772a82 commit 42e1049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/community/tests/integration_tests/embeddings/test_localai.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
import asyncio
21

32
import pytest
43

54
from langchain_community.embeddings import LocalAIEmbeddings
65

6+
77
@pytest.mark.requires("openai")
88
@pytest.mark.vcr
99
def test_localai_embed() -> None:

0 commit comments

Comments
 (0)