Skip to content

Commit 78b7094

Browse files
DarthMaxFlorentinD
authored andcommitted
Fix Code style
1 parent 76f2839 commit 78b7094

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

graphdatascience/tests/unit/conftest.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,9 @@ def aura_gds(runner: CollectingQueryRunner, mocker: MockerFixture) -> Generator[
221221
mocker.patch("graphdatascience.query_runner.session_query_runner.SessionQueryRunner.create", return_value=runner)
222222
mocker.patch("graphdatascience.query_runner.arrow_query_runner.ArrowQueryRunner.create", return_value=runner)
223223
mocker.patch("graphdatascience.query_runner.gds_arrow_client.GdsArrowClient.create", return_value=None)
224-
mocker.patch("graphdatascience.arrow_client.authenticated_flight_client.AuthenticatedArrowClient.create", return_value=None)
224+
mocker.patch(
225+
"graphdatascience.arrow_client.authenticated_flight_client.AuthenticatedArrowClient.create", return_value=None
226+
)
225227
mocker.patch("graphdatascience.session.session_v2_endpoints.SessionV2Endpoints.__init__", return_value=None)
226228

227229
aura_gds = AuraGraphDataScience.create(

0 commit comments

Comments
 (0)