Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Oct 14, 2023
1 parent be09143 commit a22e975
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ build:
# quick fix for git describe
- git fetch --unshallow || true


python:
install:
- requirements: req/docs.txt
Expand Down
1 change: 1 addition & 0 deletions src/pypdfium2/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import pypdfium2_raw


# TODO move to shared compat file
if sys.version_info < (3, 8):
def cached_property(func):
return property( functools.lru_cache(maxsize=1)(func) )
Expand Down

0 comments on commit a22e975

Please sign in to comment.