fix(python): skip the unrunnable FunctionVersion doctest example (#4014)

The example binds an undefined `function`; only its last line was
skipped, so the doctest suite fails on main and on every PR.
This commit is contained in:
Wyatt Alt
2026-08-21 14:20:03 -07:00
committed by GitHub
parent f39a7a4dd9
commit 29822306d2
+1 -1
View File
@@ -281,7 +281,7 @@ class FunctionVersion(_RemoteValue):
Examples
--------
>>> from lancedb import col
>>> application = function(
>>> application = function( # doctest: +SKIP
... title=col("title"),
... body=col("body"),
... ).rename(columns={