robinhood / faust

Python Stream Processing
Other
6.7k stars 538 forks source link

Missing `f` prefix on f-strings #754

Open code-review-doctor opened 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/robinhood/faust/blob/01b4c0ad8390221db71751d80001b0fd879291e2/faust/streams.py#L210

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