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):