Skip to content

Commit 8f96604

Browse files
author
Claude
committed
Linter.
1 parent 9538a4a commit 8f96604

File tree

1 file changed

+0
-2
lines changed
  • sdks/python/apache_beam/ml/rag/ingestion

1 file changed

+0
-2
lines changed

sdks/python/apache_beam/ml/rag/ingestion/spanner.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,6 @@ def extract_fn(chunk: Chunk) -> str:
269269
raise ValueError(f'Chunk must contain content: {chunk}')
270270
return chunk.content.text
271271

272-
extract_fn = extract_fn or default_fn
273-
274272
self._specs.append(
275273
SpannerColumnSpec(
276274
column_name=column_name,

0 commit comments

Comments
 (0)