Skip to content

Commit 0cccf98

Browse files
committed
Fix style
1 parent 754387a commit 0cccf98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graphdatascience/tests/unit/arrow_client/V1/test_gds_arrow_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,7 @@ def test_handle_flight_error() -> None:
415415
)
416416
)
417417

418+
418419
def assert_action(action: Action, expected_type: str, expected_body: dict[str, Any]) -> None:
419420
assert action.type == expected_type
420421
assert json.loads(action.body.to_pybytes().decode()) == expected_body

0 commit comments

Comments
 (0)