]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
doc/_ext: Remove unnecessary f-string formatting 64158/head
authorKefu Chai <tchaikov@gmail.com>
Wed, 25 Jun 2025 00:21:32 +0000 (08:21 +0800)
committerKefu Chai <tchaikov@gmail.com>
Wed, 25 Jun 2025 00:24:19 +0000 (08:24 +0800)
commit2a74ce008092644853760cdd74d963ddd1b547c8
tree813596da612bc8f1526294f806aaa44e81521c94
parent84a456bb58fbae6d4e77f9487a2ba07e23fe102b
doc/_ext: Remove unnecessary f-string formatting

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>
doc/_ext/ceph_confval.py