From 05cd1bfb32d27cf8da0ea7867dfcef1dd335cd59 Mon Sep 17 00:00:00 2001 From: Matthew Sevey Date: Fri, 20 Nov 2020 11:46:35 -0700 Subject: [PATCH] fix weird formatting --- setup-scripts/health-checker.py | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/setup-scripts/health-checker.py b/setup-scripts/health-checker.py index a187b5d8..b6086f49 100755 --- a/setup-scripts/health-checker.py +++ b/setup-scripts/health-checker.py @@ -1,14 +1,6 @@ #!/usr/bin/env python3 -import asyncio -import json -import os -import re -import sys -import traceback -import discord -import requests -import time +import asyncio, json, os, re, sys, traceback, discord, requests, time from datetime import datetime, timedelta from bot_utils import setup, send_msg @@ -233,8 +225,6 @@ def contains_string(string_to_check, string_to_find): return string_to_find in string_to_check # check_alerts checks the alerts returned from siad's daemon/alerts API - - async def check_alerts(): print("\nChecking portal siad alerts...") @@ -302,8 +292,6 @@ async def check_alerts(): # check_portal_size checks the number of files that the portal is managing to # determine if it is time to rotate it out - - async def check_portal_size(): print("\nChecking portal size...")