From 68786a671a5615ae5559ca00a0a307df30ae25ef Mon Sep 17 00:00:00 2001 From: kba Date: Wed, 8 Jan 2025 20:43:46 +0100 Subject: [PATCH] remove 3.8 breaking typing hints --- src/ocrd/cli/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ocrd/cli/__init__.py b/src/ocrd/cli/__init__.py index 6f37858ec..794538752 100644 --- a/src/ocrd/cli/__init__.py +++ b/src/ocrd/cli/__init__.py @@ -12,7 +12,7 @@ # pylint: disable=wrong-import-position -def command_with_replaced_help(*replacements: tuple[str, str]): +def command_with_replaced_help(*replacements): class CommandWithReplacedHelp(click.Command): def get_help(self, ctx):