We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbfad29 commit 3eb3c3eCopy full SHA for 3eb3c3e
backend/infrahub/message_bus/operations/requests/proposed_change.py
@@ -32,13 +32,13 @@
32
ProposedChangeSubscriber,
33
)
34
from infrahub.pytest_plugin import InfrahubBackendPlugin
35
+from infrahub.services import InfrahubServices # noqa: TCH001
36
37
if TYPE_CHECKING:
38
from infrahub_sdk.node import InfrahubNode
39
40
from infrahub.core.models import SchemaUpdateConstraintInfo
41
from infrahub.core.schema.schema_branch import SchemaBranch
- from infrahub.services import InfrahubServices
42
43
44
log = get_logger()
0 commit comments