We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdc134f commit 0f952bbCopy full SHA for 0f952bb
graphdatascience/tests/unit/procedure_surface/arrow/test_catalog_arrow_endpoints.py
@@ -7,7 +7,7 @@
7
from graphdatascience.arrow_client.authenticated_flight_client import AuthenticatedArrowClient
8
from graphdatascience.arrow_client.v2.api_types import JobStatus
9
from graphdatascience.procedure_surface.arrow.catalog.catalog_arrow_endpoints import CatalogArrowEndpoints
10
-from graphdatascience.tests.unit.arrow_client.arrow_test_utils import ArrowTestResult
+from tests.unit.arrow_client.arrow_test_utils import ArrowTestResult
11
12
13
def test_construct_with_no_rels(mocker: MockerFixture) -> None:
0 commit comments