Skip to content

Commit

Permalink
version.py: minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Oct 27, 2024
1 parent 51d8899 commit 7f12cee
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/pypdfium2/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,7 @@ def _hook(self):
self.desc += f"@{self.origin}"


# API

PYPDFIUM_INFO = _version_pypdfium2()
PDFIUM_INFO = _version_pdfium()


# Docs

PYPDFIUM_INFO = PYPDFIUM_INFO
"""
pypdfium2 helpers version.
Expand Down Expand Up @@ -129,7 +121,7 @@ def _hook(self):
"""


PDFIUM_INFO = PDFIUM_INFO
PDFIUM_INFO = _version_pdfium()
"""
PDFium version.
Expand Down

0 comments on commit 7f12cee

Please sign in to comment.