Modernize type annotations

This commit is contained in:
James R. Barlow
2022-07-23 00:39:24 -07:00
parent 9c8ddd853d
commit dc6f1a266a
85 changed files with 306 additions and 187 deletions
@@ -7,6 +7,8 @@
"""Built-in plugin to implement PDF page rasterization and PDF/A production."""
from __future__ import annotations
import logging
from ocrmypdf import hookimpl