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)