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
I find lambda to be a bit of an unpleasant thing and try to remove it
when possible. Since all uses of lambda in this code are calling
the same function we can remove the function (and unchanging) argument
and have the variable section map to the run function's remaining
kwargs.
Signed-off-by: John Mulligan <[email protected]>
0 commit comments