Skip to content

Commit ab9a4a9

Browse files
committed
Format code
1 parent 17fb815 commit ab9a4a9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

graphdatascience/tests/unit/procedure_surface/cypher/test_unit_pagerank_cypher_endpoints.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,9 @@ def test_write_with_optional_params(graph: Graph) -> None:
351351

352352

353353
def test_estimate_with_graph_name(graph: Graph) -> None:
354-
query_runner = CollectingQueryRunner(DEFAULT_SERVER_VERSION, {"pageRank.stats.estimate": pd.DataFrame([estimate_mock_result()])})
354+
query_runner = CollectingQueryRunner(
355+
DEFAULT_SERVER_VERSION, {"pageRank.stats.estimate": pd.DataFrame([estimate_mock_result()])}
356+
)
355357

356358
estimate = PageRankCypherEndpoints(query_runner).estimate(G=graph)
357359

0 commit comments

Comments
 (0)