Skip to content

Commit 2ee6773

Browse files
committed
[core] Remove unregisterNodeType from imports as it doesn't exist anymore
1 parent 49ab4b5 commit 2ee6773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meshroom/core/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22

3-
from meshroom.core import unregisterNodeType, pipelineTemplates, Version
3+
from meshroom.core import pipelineTemplates, Version
44
from meshroom.core.node import CompatibilityIssue, CompatibilityNode
55
from meshroom.core.graphIO import GraphIO
66

0 commit comments

Comments
 (0)