Skip to content

Commit 4c1923b

Browse files
Mats-SXFlorentinD
authored andcommitted
Code style
1 parent e3a56cb commit 4c1923b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

graphdatascience/tests/integrationV2/procedure_surface/session/test_walking_skeleton.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
from graphdatascience.arrow_client.authenticated_flight_client import AuthenticatedArrowClient
77
from graphdatascience.session.aura_graph_data_science import AuraGraphDataScience
88
from graphdatascience.session.session_v2_endpoints import SessionV2Endpoints
9-
from graphdatascience.tests.integrationV2.procedure_surface.arrow.graph_creation_helper import TestArrowGraph, \
10-
ArrowGraphForTests
9+
from graphdatascience.tests.integrationV2.procedure_surface.arrow.graph_creation_helper import (
10+
ArrowGraphForTests,
11+
)
1112

1213

1314
@pytest.fixture(scope="package")

0 commit comments

Comments
 (0)