Fix PROGRAM_NAME

This commit is contained in:
James R. Barlow
2024-08-31 01:23:55 -07:00
parent 5bb6e1c5d7
commit 944d99bdc1
4 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ from collections.abc import Callable, Mapping
from typing import Any, TypeVar
from ocrmypdf._defaults import DEFAULT_ROTATE_PAGES_THRESHOLD
from ocrmypdf._version import PROGRAM_NAME as _PROGRAM_NAME
from ocrmypdf._defaults import PROGRAM_NAME as _PROGRAM_NAME
from ocrmypdf._version import __version__ as _VERSION
T = TypeVar('T', int, float)