Skip to content

Commit d596520

Browse files
committed
Fix import order
1 parent 6c773e5 commit d596520

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
@@ -11,9 +11,9 @@
1111
InfrahubNodeBase,
1212
InfrahubNodeSync,
1313
RelatedNodeBase,
14+
RelationshipManager,
1415
RelationshipManagerBase,
1516
parse_human_friendly_id,
16-
RelationshipManager,
1717
)
1818
from infrahub_sdk.node.constants import SAFE_VALUE
1919
from infrahub_sdk.node.related_node import RelatedNode, RelatedNodeSync

0 commit comments

Comments
 (0)