Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat15 committed Oct 31, 2024
1 parent 0bfd4ca commit f4a8f87
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/v1/import_bulk_relationships.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,7 @@ def relationship_generator(num_relationships):
relationship_generator(TOTAL_RELATIONSHIPS_TO_WRITE), RELATIONSHIPS_PER_TRANSACTION
)
for relationships_for_request in transaction_chunks:
request_chunks = batched(
relationships_for_request, RELATIONSHIPS_PER_REQUEST_CHUNK
)
request_chunks = batched(relationships_for_request, RELATIONSHIPS_PER_REQUEST_CHUNK)
response = client.ImportBulkRelationships(
(
ImportBulkRelationshipsRequest(relationships=relationships_chunk)
Expand Down

0 comments on commit f4a8f87

Please sign in to comment.