Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nfcampos committed Oct 1, 2024
1 parent d8d582f commit 69dc1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/langsmith/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 69dc1e2

Please sign in to comment.