computervision-recipes icon indicating copy to clipboard operation
computervision-recipes copied to clipboard

Missing `f` prefix on f-strings

Open code-review-doctor opened this issue 3 years ago • 0 comments

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/microsoft/computervision-recipes/blob/9380789c5fe47069aa58b33b59fdb15ead528e84/utils_cv/classification/parameter_sweeper.py#L152 https://github.com/microsoft/computervision-recipes/blob/9380789c5fe47069aa58b33b59fdb15ead528e84/utils_cv/classification/parameter_sweeper.py#L156 https://github.com/microsoft/computervision-recipes/blob/9380789c5fe47069aa58b33b59fdb15ead528e84/utils_cv/classification/data.py#L99

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

code-review-doctor avatar Apr 23 '22 22:04 code-review-doctor