^ Same with not having something like `from . impo...
# questions
g
^ Same with not having something like
from . import nodes
in
pipeline.py
?
j
we usually do
from .nodes import node_func
would a commented-out line help in your opinion?
g
@Juan Luis Including a default line
# from . import nodes
might save a tiny amount of effort. This isn't a big deal IMO.
👀 1