mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-13 14:57:22 +02:00
[commands] fix missing import
This commit is contained in:
parent
1ec966fe2c
commit
c5ce41f49e
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
from PySide2.QtWidgets import QUndoCommand, QUndoStack
|
||||
from PySide2.QtCore import Property, Signal
|
||||
from meshroom.core.graph import Node
|
||||
from meshroom.core.graph import Node, ListAttribute
|
||||
|
||||
|
||||
class UndoCommand(QUndoCommand):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue