Skip to content

Commit fcd4926

Browse files
committed
Ignore mypy abstract class error
1 parent 9c30bbd commit fcd4926

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/lsst/ctrl/mpexec/cli/pipetask.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class PipetaskCLI(LoaderCLI):
4343
localCmdPkg = "lsst.ctrl.mpexec.cli.cmd"
4444

4545

46-
@click.command(cls=PipetaskCLI, context_settings=dict(help_option_names=["-h", "--help"]))
46+
@click.command(cls=PipetaskCLI, context_settings=dict(help_option_names=["-h", "--help"])) # type: ignore
4747
@log_level_option()
4848
@long_log_option()
4949
@log_file_option()

0 commit comments

Comments
 (0)