Skip to content

Commit 584f9e2

Browse files
remove duplicate
1 parent 9a55b0c commit 584f9e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/json_front_tests/test_json_class.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def setup_data_file(data_path):
150150
writer = csv.writer(f)
151151
writer.writerow(header)
152152
writer.writerow(data)
153-
"""digraph G { A -> B; B -> C; D -> A; D -> C}"""
153+
154154
def setup_dag_file(dag_path):
155155
dag_dot = """digraph G { test_input -> temp; temp -> test_output; temp2 -> test_input; temp2 -> test_output}"""
156156
with open(dag_path, "w") as f:

0 commit comments

Comments
 (0)