From 6f71cb188bbf798ae3a7203953e14a11e8bf248d Mon Sep 17 00:00:00 2001 From: Dylan Chima-Sanchez Date: Tue, 1 Aug 2023 21:43:30 +0000 Subject: [PATCH] Attempt to sign commits --- python/cugraph/cugraph/testing/resultset.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/cugraph/cugraph/testing/resultset.py b/python/cugraph/cugraph/testing/resultset.py index 7ac0cd39f05..0a5f188e624 100644 --- a/python/cugraph/cugraph/testing/resultset.py +++ b/python/cugraph/cugraph/testing/resultset.py @@ -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)