From 69dc1e27e3d4876835a3abe06763bf7e93c13064 Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Tue, 1 Oct 2024 16:04:21 -0700 Subject: [PATCH] Lint --- python/langsmith/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/langsmith/client.py b/python/langsmith/client.py index 0250fdc4a..8d5cde35e 100644 --- a/python/langsmith/client.py +++ b/python/langsmith/client.py @@ -66,7 +66,7 @@ from requests import adapters as requests_adapters from requests_toolbelt.multipart import MultipartEncoder # type: ignore[import-untyped] from typing_extensions import TypeGuard -from urllib3.poolmanager import PoolKey +from urllib3.poolmanager import PoolKey # type: ignore[attr-defined] from urllib3.util import Retry import langsmith