Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ron-gal committed Feb 7, 2024
1 parent 1e65b4d commit 8772985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/langchain_google_bigtable/document_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class MetadataMapping:

def __not_implemented(_: Any) -> Any:
raise NotImplementedError(
"OMG decoding/encoding function not set for custom encoded metadata key"
"decoding/encoding function not set for custom encoded metadata key"
)

custom_encoding_func: Callable[[Any], bytes] = __not_implemented
Expand Down

0 comments on commit 8772985

Please sign in to comment.