Skip to content

Commit c5aacc3

Browse files
committed
fixes the import path for the Attribute class
1 parent 55e933f commit c5aacc3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fixes the import path of the Attribute class

infrahub_sdk/node/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from __future__ import annotations
22

3+
from .attribute import Attribute
34
from .constants import (
45
ARTIFACT_DEFINITION_GENERATE_FEATURE_NOT_SUPPORTED_MESSAGE,
56
ARTIFACT_FETCH_FEATURE_NOT_SUPPORTED_MESSAGE,
@@ -17,6 +18,7 @@
1718
from .relationship import RelationshipManager, RelationshipManagerBase, RelationshipManagerSync
1819

1920
__all__ = [
21+
"Attribute",
2022
"ARTIFACT_DEFINITION_GENERATE_FEATURE_NOT_SUPPORTED_MESSAGE",
2123
"ARTIFACT_FETCH_FEATURE_NOT_SUPPORTED_MESSAGE",
2224
"ARTIFACT_GENERATE_FEATURE_NOT_SUPPORTED_MESSAGE",

0 commit comments

Comments
 (0)