Skip to content

Commit cefda84

Browse files
authored
Merge pull request #448 from opsmill/wvd-fix-attribute-import-path
Fixes the import path for the Attribute class
2 parents 55e933f + a3ad656 commit cefda84

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,
@@ -25,6 +26,7 @@
2526
"PROPERTIES_FLAG",
2627
"PROPERTIES_OBJECT",
2728
"SAFE_VALUE",
29+
"Attribute",
2830
"InfrahubNode",
2931
"InfrahubNodeBase",
3032
"InfrahubNodeSync",

0 commit comments

Comments
 (0)