From cdf39a88ebf153a49b02051da298d63b366d24c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Thu, 17 May 2018 19:43:39 +0300 Subject: [PATCH] Cleanup. --- hc/api/models.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/hc/api/models.py b/hc/api/models.py index efe154f1..a71b81b0 100644 --- a/hc/api/models.py +++ b/hc/api/models.py @@ -27,8 +27,6 @@ DEFAULT_GRACE = td(hours=1) CHECK_KINDS = (("simple", "Simple"), ("cron", "Cron")) -PING_KINDS = (("", "OK"), ("fail", "Fail")) - CHANNEL_KINDS = (("email", "Email"), ("webhook", "Webhook"), ("hipchat", "HipChat"),