Skip to content

Commit 74f7d30

Browse files
committed
Add tests in CI
1 parent bb49637 commit 74f7d30

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

langchain/tests/test_retrievers.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
import logging
33
import os
44
from collections.abc import Iterator
5-
from dataclasses import dataclass
65
from pathlib import Path
76

87
import pytest
8+
import urllib3
99
import vectorize_client as v
1010
from vectorize_client import ApiClient
1111

@@ -81,8 +81,6 @@ def pipeline_id(api_client: v.ApiClient, org_id: str) -> Iterator[str]:
8181
),
8282
)
8383

84-
import urllib3
85-
8684
http = urllib3.PoolManager()
8785
this_dir = Path(__file__).parent
8886
file_path = this_dir / "research.pdf"

0 commit comments

Comments
 (0)