From 82cf9f3b96f08333e82d7499020e8ed65a1972ba Mon Sep 17 00:00:00 2001 From: Jonathan M Hsieh Date: Fri, 11 Sep 2026 18:41:28 +0000 Subject: [PATCH] fix(secrets): drop an import left behind by the removed validation tests Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01UfmeJ533rQDnPBkMtjerV6 --- python/python/tests/test_first_class_function_slice2.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/python/tests/test_first_class_function_slice2.py b/python/python/tests/test_first_class_function_slice2.py index 2e789eea0..2932c42d0 100644 --- a/python/python/tests/test_first_class_function_slice2.py +++ b/python/python/tests/test_first_class_function_slice2.py @@ -22,7 +22,6 @@ import pyarrow as pa import pytest import lancedb -from lancedb.background_loop import LOOP from lancedb.functions import ( PythonRuntimeSpec, UdfDefinition,