Skip to content

Commit

Permalink
unpaper: super syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarlow83 committed Jun 3, 2022
1 parent 3589f4e commit 21cacad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ocrmypdf/_exec/unpaper.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

class TemporaryDirectory(_TemporaryDirectory):
def __init__(self, ignore_cleanup_errors=False, **kwargs):
super.__init__(**kwargs)
super().__init__(**kwargs)

del _TemporaryDirectory

Expand Down

0 comments on commit 21cacad

Please sign in to comment.