Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Raj725 authored and srics committed Sep 19, 2024
1 parent 961af81 commit 0b1ca98
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 0b1ca98

Please sign in to comment.