Skip to content

Commit 3eb3c3e

Browse files
committed
Move InfrahubServices out of TYPE_CHECKING block
1 parent bbfad29 commit 3eb3c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/infrahub/message_bus/operations/requests/proposed_change.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232
ProposedChangeSubscriber,
3333
)
3434
from infrahub.pytest_plugin import InfrahubBackendPlugin
35+
from infrahub.services import InfrahubServices # noqa: TCH001
3536

3637
if TYPE_CHECKING:
3738
from infrahub_sdk.node import InfrahubNode
3839

3940
from infrahub.core.models import SchemaUpdateConstraintInfo
4041
from infrahub.core.schema.schema_branch import SchemaBranch
41-
from infrahub.services import InfrahubServices
4242

4343

4444
log = get_logger()

0 commit comments

Comments
 (0)