keon / algorithms

Minimal examples of data structures and algorithms in Python
MIT License
23.97k stars 4.6k forks source link

Missing `f` prefix on f-strings #863

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/keon/algorithms/blob/5f1a7863818b016a62ff03a45980f7ec8a970a07/algorithms/maths/diffie_hellman_key_exchange.py#L182

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