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

Changed string formatting to f-strings #8043

Merged
merged 3 commits into from
May 5, 2024

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
55 of 56 checks passed
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.

None yet

4 participants