Skip to content

Commit 8f25d4e

Browse files
committed
reformatted by black
1 parent b70f269 commit 8f25d4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/update_cc4_includes.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ def add_language_footer(self, content, filepath):
301301
license_data = self.license_data[filepath]
302302
current_language = license_data["language"]
303303
sibling_languages = self.languages[license_data["type"]]
304-
footer = ''
304+
footer = ""
305305
for i, iso_code in enumerate(sibling_languages):
306306
if iso_code == current_language:
307307
continue
@@ -314,7 +314,7 @@ def add_language_footer(self, content, filepath):
314314
f'<a href="/licenses/{license_data["type"]}/4.0/{index}">'
315315
f"{self.iso_to_language[iso_code]}</a>,\n"
316316
)
317-
footer = f'{footer}{link}'
317+
footer = f"{footer}{link}"
318318
footer = footer.rstrip(",\n")
319319

320320
# Add the language footer block to the content

0 commit comments

Comments
 (0)