Fixed erroneous return type declaration
This commit is contained in:
parent
c38748eb05
commit
32693c0f64
@ -457,7 +457,7 @@ class BlenderCloudBrowser(pillar.PillarOperatorMixin,
|
|||||||
|
|
||||||
return menu_item
|
return menu_item
|
||||||
|
|
||||||
def update_menu_item(self, node, *args) -> MenuItem:
|
def update_menu_item(self, node, *args):
|
||||||
node_uuid = node['_id']
|
node_uuid = node['_id']
|
||||||
|
|
||||||
# Just make this thread-safe to be on the safe side.
|
# Just make this thread-safe to be on the safe side.
|
||||||
|
Reference in New Issue
Block a user