Skip to content

STYLE: Use Python f" formatting#179

Merged
hjmjohnson merged 1 commit intoInsightSoftwareConsortium:masterfrom
Leengit:f_string_format
Mar 2, 2022
Merged

STYLE: Use Python f" formatting#179
hjmjohnson merged 1 commit intoInsightSoftwareConsortium:masterfrom
Leengit:f_string_format

Conversation

@Leengit
Copy link

@Leengit Leengit commented Mar 2, 2022

Replace the likes of old-style "My file is {file}".format(file=my_file) with new-style f"My file is {my_file}".

@Leengit
Copy link
Author

Leengit commented Mar 2, 2022

Closes #178.

@github-actions github-actions bot added area:Examples Issues affecting the ITK Examples scraper type:Style Style changes: no logic impact (indentation, comments, naming) labels Mar 2, 2022
@hjmjohnson hjmjohnson merged commit cc3bbfc into InsightSoftwareConsortium:master Mar 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:Examples Issues affecting the ITK Examples scraper type:Style Style changes: no logic impact (indentation, comments, naming)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants