From 1c9652eaa0f4944a169ffb8564694ffee99eec5d Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Sat, 28 Aug 2021 16:57:33 -0400 Subject: [PATCH] test: removed coveage of main in the if __name__ test --- task_status/task_status.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/task_status/task_status.py b/task_status/task_status.py index 926c083..b23afa5 100755 --- a/task_status/task_status.py +++ b/task_status/task_status.py @@ -61,4 +61,4 @@ def main(uuid, header, sort): if __name__ == "__main__": - main() # pylint: disable=no-value-for-parameter + main() # pylint: disable=no-value-for-parameter # pragma: no cover