Skip to content

Commit

Permalink
NotMyPy (#1221)
Browse files Browse the repository at this point in the history
  • Loading branch information
hinthornw authored Nov 18, 2024
1 parent 9336fce commit cecf5b5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions python/langsmith/_internal/_patch.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# mypy: disable-error-code="import-untyped"
import functools

from urllib3 import __version__ as urllib3version # noqa
from urllib3 import connection # noqa
from urllib3 import __version__ as urllib3version # type: ignore[import-untyped]
from urllib3 import connection # type: ignore[import-untyped]


def _ensure_str(s, encoding="utf-8", errors="strict") -> str:
Expand Down

0 comments on commit cecf5b5

Please sign in to comment.