kiorky / croniter

MIT License
400 stars 39 forks source link

Remove _get_caller_globals_and_locals #55

Closed zogzog closed 11 months ago

zogzog commented 1 year ago

This function has one call site and its output is actually unused.

I can propose a patch removing that.

kiorky commented 11 months ago

Nope, used in private code to fix an old py2 code.