Hey, thanks for making the pull request :) I'd never heard of the ww library before, it's pretty neat. I love those hacky little backports, reading vars from other stack frames — pytest's assertions also come to mind.
Anyway, instead of adding an external dependency, I'd rather just change the f strings to use vanilla .format(). I'll make that change and release a new version today.
Hey, thanks for making the pull request :) I'd never heard of the ww library before, it's pretty neat. I love those hacky little backports, reading vars from other stack frames — pytest's assertions also come to mind.
Anyway, instead of adding an external dependency, I'd rather just change the f strings to use vanilla
.format()
. I'll make that change and release a new version today.