There are 140 occurrences of `RE.md` inside the profile, mostly plans modifying it. It would be better to do ``` def my_plan(...): yield from count(..., md={...}) ``` rather than ```py def my_plan(...): RE.md.update({...}) yield from count(...) ```
There are 140 occurrences of
RE.mdinside the profile, mostly plans modifying it. It would be better to dorather than