From 7c03f8382d1ccdb7a1aefc4b747a0e4f4edb7862 Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Fri, 20 Aug 2021 10:42:36 -0400 Subject: [PATCH] test: fixed the forced bad entry --- task_status/task_status.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/task_status/task_status.py b/task_status/task_status.py index f7220bb..92e85ea 100755 --- a/task_status/task_status.py +++ b/task_status/task_status.py @@ -9,9 +9,6 @@ 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")