Skip to content

Commit

Permalink
Fixing lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Default2882 committed Nov 25, 2024
1 parent 4579b8f commit a3f3bd9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python-sdk/tests/test_graph_behaviours.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,9 @@ def create_pipeline_graph_with_map_reduce():

def create_pipeline_graph_with_map_reduce_with_json_encoder():
graph = Graph(
name="test_map_reduce_with_json_encoding", description="test", start_node=square_with_json_encoder
name="test_map_reduce_with_json_encoding",
description="test",
start_node=square_with_json_encoder,
)
graph.add_edge(square_with_json_encoder, sum_of_squares_with_json_encoding)
return graph
Expand Down

0 comments on commit a3f3bd9

Please sign in to comment.