use f-strings instead of format (#693)

Co-authored-by: Diego Hurtado <ocelotl@users.noreply.github.com>
This commit is contained in:
alrex
2021-09-28 12:12:47 -07:00
committed by GitHub
parent 2710e25b78
commit fbb677a01d
39 changed files with 90 additions and 128 deletions

View File

@ -62,9 +62,7 @@ def main():
instruments = (name,)
table.append(
"| [{0}](./{0}) | {1} |".format(
instrumentation, ",".join(instruments)
)
f"| [{instrumentation}](./{instrumentation}) | {','.join(instruments)} |"
)
with open(