mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-28 17:57:16 +02:00
python typing
This commit is contained in:
parent
0106a3b588
commit
988da857a3
1 changed files with 1 additions and 1 deletions
|
@ -672,7 +672,7 @@ class Graph(BaseObject):
|
|||
return newName
|
||||
idx += 1
|
||||
|
||||
def node(self, nodeName):
|
||||
def node(self, nodeName) -> Optional[Node]:
|
||||
return self._nodes.get(nodeName)
|
||||
|
||||
def upgradeNode(self, nodeName) -> Node:
|
||||
|
|
Loading…
Add table
Reference in a new issue