Skip to content

Commit 681e827

Browse files
committed
fix: lint
1 parent 7eade32 commit 681e827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nx_arangodb/classes/function.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ def separate_nodes_by_collections(
801801

802802

803803
def transform_local_documents_for_adb(
804-
original_documents: dict[str, Any]
804+
original_documents: dict[str, Any],
805805
) -> list[dict[str, Any]]:
806806
"""Transform original documents into a format suitable for UPSERT
807807
operations in ArangoDB. Returns a list of documents with '_key' attribute

0 commit comments

Comments
 (0)