Page MenuHome

Cleanup: Node Wrangler: Remove assignments in nodes_at_pos
ClosedPublic

Authored by jim man (jimman2003) on Jul 29 2021, 2:29 PM.

Details

Summary

Remove some unessesary (according to my Python LSP) assignment in nodes_at_pos.

Diff Detail

Event Timeline

jim man (jimman2003) requested review of this revision.Jul 29 2021, 2:29 PM
jim man (jimman2003) created this revision.

Nice, some node wrangler cleanup. The addon could use soo much more cleanup in general..

This revision is now accepted and ready to land.Aug 26 2021, 12:53 PM

Quick note, you should config your editor so that it removes trailing whitespace (line 742 has trailing whitespace).