diff --git a/python/langsmith/_internal/_operations.py b/python/langsmith/_internal/_operations.py index cc615d60d..c68c17499 100644 --- a/python/langsmith/_internal/_operations.py +++ b/python/langsmith/_internal/_operations.py @@ -3,7 +3,6 @@ import itertools import logging import uuid -from pathlib import Path from typing import Literal, Optional, Union, cast from langsmith import schemas as ls_schemas