mirror of
https://github.com/ceph/ceph
synced 2026-08-02 07:03:18 +00:00
Replace f-string with plain string when no variable interpolation is needed. The f-string "<empty-string>" contains no placeholders or variables, making the f-prefix unnecessary. Using a plain string is more appropriate and slightly more efficient. Signed-off-by: Kefu Chai <tchaikov@gmail.com> |
||
|---|---|---|
| .. | ||
| ceph_commands.py | ||
| ceph_confval.py | ||
| ceph_releases.py | ||