Cleanup: remove unused variable

This commit is contained in:
Campbell Barton
2025-03-21 15:07:07 +11:00
parent c13d3e2f7a
commit bd2c0f2b49

View File

@@ -569,7 +569,6 @@ class NODE_OT_viewer_shortcut_set(Operator):
)
def execute(self, context):
nodes = context.space_data.edit_tree.nodes
selected_nodes = context.selected_nodes
if len(selected_nodes) == 0: