Skip to content

Commit

Permalink
Attempt to sign commits
Browse files Browse the repository at this point in the history
  • Loading branch information
betochimas committed Aug 1, 2023
1 parent 7a002fc commit 6f71cb1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/cugraph/cugraph/testing/resultset.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ def get_resultset(category, **kwargs):
"disconnected": [("1", "10"), ("1", "8")],
}

# CONNECTED_GRAPH
with NamedTemporaryFile(mode="w+", suffix=".csv") as graph_tf:
graph_tf.writelines(DISCONNECTED_GRAPH)
graph_tf.seek(0)
Expand Down

0 comments on commit 6f71cb1

Please sign in to comment.