From 49c009eb30356b2642ab72df6533728c92ca6be0 Mon Sep 17 00:00:00 2001 From: Matej Kramny Date: Sun, 2 Jun 2019 13:34:59 +0800 Subject: [PATCH] remove unused imports --- backends/cachet/incident.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/backends/cachet/incident.go b/backends/cachet/incident.go index 9887956..3b878ae 100644 --- a/backends/cachet/incident.go +++ b/backends/cachet/incident.go @@ -10,10 +10,6 @@ import ( "github.com/castawaylabs/cachet-monitor/monitors" ) -// "encoding/json" -// "fmt" -// "strconv" - // "github.com/sirupsen/logrus" // Incident Cachet data model