ianare / exif-py

Easy to use Python module to extract Exif metadata from digital image files.
BSD 3-Clause "New" or "Revised" License
832 stars 191 forks source link

use str.format notation #104

Closed basnijholt closed 4 years ago

ianare commented 4 years ago

Closing this, it would make more sense to do this when we drop support for python2 and use the f"" format.