mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-18 05:32:03 +02:00
revert PyPDF2 3.x shim (now pinned to 2.12.1 via nix)
🤖 assisted by claude
This commit is contained in:
parent
a91924f712
commit
6219a6a26f
1 changed files with 0 additions and 4 deletions
|
|
@ -17,7 +17,3 @@ class PdfWriter(_Writer):
|
|||
|
||||
def _addObject(self, *args, **kwargs):
|
||||
return self._add_object(*args, **kwargs)
|
||||
|
||||
def cloneReaderDocumentRoot(self, reader):
|
||||
# PyPDF2 3.0 renamed camelCase to snake_case and removed the old names
|
||||
return self.clone_reader_document_root(reader)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue