Skip to content

Commit 9beaf6c

Browse files
committed
ruff for UninitializedError
1 parent 9bf2018 commit 9beaf6c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

infrahub_sdk/node/node.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@
55
from typing import TYPE_CHECKING, Any
66

77
from ..constants import InfrahubClientMode
8-
from ..exceptions import FeatureNotSupportedError, NodeNotFoundError, ResourceNotDefinedError, SchemaNotFoundError
8+
from ..exceptions import (
9+
FeatureNotSupportedError,
10+
NodeNotFoundError,
11+
ResourceNotDefinedError,
12+
SchemaNotFoundError,
13+
UninitializedError,
14+
)
915
from ..graphql import Mutation, Query
1016
from ..schema import GenericSchemaAPI, RelationshipCardinality, RelationshipKind
1117
from ..utils import compare_lists, generate_short_id, get_flat_value

0 commit comments

Comments
 (0)