test: checking in invalid code to force a build fail
This commit is contained in:
parent
a835378a86
commit
eeee8168e4
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@ import click
|
|||
__version__ = "0.2.0"
|
||||
|
||||
|
||||
def badFunction()
|
||||
|
||||
|
||||
@click.command()
|
||||
@click.version_option(__version__, prog_name="task-status")
|
||||
@click.option("--uuid", is_flag=True, help="Display the task UUID")
|
||||
|
|
Loading…
Reference in a new issue