ruff linting/Python 3.10 cleanup

This commit is contained in:
James R. Barlow
2024-02-14 12:41:51 -08:00
parent 906c130f96
commit 6a746a1cbb
18 changed files with 38 additions and 46 deletions
+2 -2
View File
@@ -6,8 +6,8 @@
from __future__ import annotations
import argparse
from collections.abc import Mapping
from typing import Any, Callable, TypeVar
from collections.abc import Callable, Mapping
from typing import Any, TypeVar
from ocrmypdf._version import PROGRAM_NAME as _PROGRAM_NAME
from ocrmypdf._version import __version__ as _VERSION