Skip to content

Commit

Permalink
STY: Modify f-string (#2981)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-t-1 authored Dec 3, 2024
1 parent 273732b commit 6f541d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypdf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
pil_version = "none"

_debug_versions = (
f"pypdf=={__version__}, crypt_provider={crypt_provider}, PIL={pil_version}"
f"pypdf=={__version__}, {crypt_provider=}, PIL={pil_version}"
)

__all__ = [
Expand Down

0 comments on commit 6f541d3

Please sign in to comment.