Remove next major release deprecations

This commit is contained in:
James R. Barlow
2023-11-21 00:47:51 -08:00
parent 3f7b540f76
commit fec53be841
2 changed files with 1 additions and 9 deletions
@@ -30,8 +30,6 @@ Queue = Union[multiprocessing.Queue, queue.Queue]
UserInit = Callable[[], None]
WorkerInit = Callable[[Queue, UserInit, int], None]
RichTqdmProgressAdapter = RichProgressBar # Deprecated shim; remove in OCRmyPDF 16
def log_listener(q: Queue):
"""Listen to the worker processes and forward the messages to logging.