Fix mypy errors

This commit is contained in:
James R. Barlow
2023-04-14 13:49:14 -07:00
parent 37d5c086bb
commit 10f4c48e0b
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ if TYPE_CHECKING:
hookspec = pluggy.HookspecMarker('ocrmypdf')
# pylint: disable=unused-argument
# mypy:
# mypy: disable-error-code=empty-body
@hookspec(firstresult=True)