diff --git a/python/langsmith/client.py b/python/langsmith/client.py index 955946cad..8b169d6a1 100644 --- a/python/langsmith/client.py +++ b/python/langsmith/client.py @@ -3195,8 +3195,8 @@ def _evaluate_strings(self, prediction, reference=None, input=None, **kwargs) -> ) """ # noqa: E501 try: - from langchain.smith import ( - arun_on_dataset as _arun_on_dataset, # type: ignore[import] + from langchain.smith import ( # type: ignore[import] + arun_on_dataset as _arun_on_dataset, ) except ImportError: raise ImportError( @@ -3332,8 +3332,8 @@ def _evaluate_strings(self, prediction, reference=None, input=None, **kwargs) -> ) """ # noqa: E501 try: - from langchain.smith import ( - run_on_dataset as _run_on_dataset, # type: ignore[import] + from langchain.smith import ( # type: ignore[import] + run_on_dataset as _run_on_dataset, ) except ImportError: raise ImportError(