Skip to content

Changed string formatting to f-strings#8043

Merged
radarhere merged 3 commits intopython-pillow:mainfrom
mrKazzila:tmp/pr/move_to_f_str
May 5, 2024
Merged

Changed string formatting to f-strings#8043
radarhere merged 3 commits intopython-pillow:mainfrom
mrKazzila:tmp/pr/move_to_f_str

Conversation

@mrKazzila
Copy link
Contributor

Changes proposed in this pull request:

  • Changed string formatting method to f-strings
  • Updated __repr__ method for PdfName class from f"PdfName({repr(self.name)})" to f"{self.__class__.__name__}({repr(self.name)})"

@aclark4life
Copy link
Member

Ambitious!

@radarhere radarhere merged commit 93ca52f into python-pillow:main May 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants