Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STYLE: Use Python f" formatting #179

Merged

Conversation

Leengit
Copy link
Contributor

@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
Contributor 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