Skip to content

Commit

Permalink
STY: Modify f-string
Browse files Browse the repository at this point in the history
Also delete an empty line.
  • Loading branch information
j-t-1 authored Dec 3, 2024
1 parent fa1838c commit e8b31ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pypdf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,12 @@

try:
import PIL

pil_version = PIL.__version__
except ImportError:
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 e8b31ce

Please sign in to comment.