Cleanup: remove redundant f-string use

This commit is contained in:
Campbell Barton
2024-04-01 16:50:23 +11:00
parent 937776b555
commit ae950451ea
4 changed files with 7 additions and 7 deletions

View File

@@ -76,7 +76,7 @@ def write_mappings(inv, output):
fw = file.write
year = datetime.date.today().year
fw(f"# SPDX-FileCopyrightText: 2019-%d Blender Authors\n" % (year))
fw("# SPDX-FileCopyrightText: 2019-%d Blender Authors\n" % year)
fw("#\n")
fw("# SPDX-License-Identifier: GPL-2.0-or-later\n")
fw("\n")