Skip to content

Commit c5c14dd

Browse files
committed
Format code
1 parent c1690df commit c5c14dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

graphdatascience/tests/integration/test_graph_ops.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -748,9 +748,9 @@ def test_graph_relationships_stream_without_arrow(gds_without_arrow: GraphDataSc
748748

749749
# Pandas 2.2.0 deprecated an API used by the following assertion (in the underlying impl of pandas)
750750
warnings.filterwarnings(
751-
"ignore",
752-
category=DeprecationWarning,
753-
message=r"Passing a BlockManager to DataFrame is deprecated",
751+
"ignore",
752+
category=DeprecationWarning,
753+
message=r"Passing a BlockManager to DataFrame is deprecated",
754754
)
755755

756756
assert result.shape[0] == expected.shape[0]

0 commit comments

Comments
 (0)