Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Raj725 committed Sep 18, 2024
1 parent 1a59b1d commit 4ed89a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pebblo_safeloader/langchain/textloader_postgress/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


def get_data(
metadata=False, ids=False, metadatas=False
metadata=False, ids=False, metadatas=False
) -> tuple[
list[str],
Optional[dict[str, Any]],
Expand Down

0 comments on commit 4ed89a1

Please sign in to comment.