rasbt / mlxtend

A library of extension and helper modules for Python's data analysis and machine learning libraries.
https://rasbt.github.io/mlxtend/
Other
4.83k stars 855 forks source link

Missing `f` prefix on f-strings #916

Closed code-review-doctor closed 2 years ago

code-review-doctor commented 2 years ago

Some strings looks like they're meant to be f-strings but are missing the f prefix meaning variable interpolation won't happen.

https://github.com/rasbt/mlxtend/blob/8c61c063f98f0d9646edfd8b0270b77916f0c434/mlxtend/plotting/heatmap.py#L85

I found this issue automatically. I'm a bot. Beep Boop 🦊. See other issues I found in your repo here