From 2b9b1ec32329d0007b1d436d725e741edd495f0a Mon Sep 17 00:00:00 2001 From: Matthew Sevey Date: Thu, 31 Mar 2022 19:44:40 -0400 Subject: [PATCH] Fix python lint error --- setup-scripts/health-checker.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup-scripts/health-checker.py b/setup-scripts/health-checker.py index 83457b02..417801eb 100755 --- a/setup-scripts/health-checker.py +++ b/setup-scripts/health-checker.py @@ -42,6 +42,7 @@ DISK_USAGE_DUMP_LOG = "../../devops/disk-monitor/disk-usage-dump.log" setup() + # run_checks runs the health checks async def run_checks(): print("Running Skynet portal health checks")