You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
graph/: import Node & friends from defining modules, not the package
The safe-autofix pass alphabetized graph/__init__.py, which exposed that
sibling modules imported Node/Concatenate/LiteralValue from the package
__init__ and relied on its hand-tuned import order. Import from the
defining modules (graph.node, graph.misc) instead - order-independent
and cycle-free.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments