Skip to content

Commit 15beefe

Browse files
Copilotminitriga
andcommitted
Fix linting: correct import path in TYPE_CHECKING block
Changed `from tests.unit.sdk.conftest import BothClients` to `from .conftest import BothClients` to fix ruff import sorting error after merge from stable branch. Co-authored-by: minitriga <[email protected]>
1 parent e1d70d6 commit 15beefe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/sdk/test_node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
from infrahub_sdk.client import InfrahubClient, InfrahubClientSync
2626
from infrahub_sdk.schema import GenericSchema, NodeSchemaAPI
2727

28-
from tests.unit.sdk.conftest import BothClients
28+
from .conftest import BothClients
2929

3030
# type: ignore[attr-defined]
3131

0 commit comments

Comments
 (0)