Skip to content

Commit 25d25f4

Browse files
committed
Ignore mypy abstract class error
1 parent 24b2937 commit 25d25f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)