Fixed erroneous return type declaration

This commit is contained in:
Sybren A. Stüvel 2017-06-13 14:16:46 +02:00
parent c38748eb05
commit 32693c0f64

View File

@ -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.