ITKSoftwareGuide icon indicating copy to clipboard operation
ITKSoftwareGuide copied to clipboard

STYLE: Update Python string formatting syntax

Open Leengit opened this issue 2 years ago • 2 comments

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

Leengit avatar Mar 01 '22 20:03 Leengit