Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
diptanu committed Dec 31, 2024
1 parent 57e5042 commit 4cd2a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-sdk/tests/test_graph_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def end_node2(data: dict) -> int:
def second_graph_reused_function_names():
@indexify_function()
def start_node(x: int) -> dict:
return {"data" :dict(num=x)}
return {"data": dict(num=x)}

@indexify_function()
def middle_node(data: dict) -> dict:
Expand Down

0 comments on commit 4cd2a9e

Please sign in to comment.