From 1404bf5e165f96986b6f0a7b8edc37e701fe2a71 Mon Sep 17 00:00:00 2001 From: David Racine Date: Mon, 16 Nov 2020 15:52:36 -0500 Subject: [PATCH] fix mixup imports --- qrm/utill.go | 1 - 1 file changed, 1 deletion(-) diff --git a/qrm/utill.go b/qrm/utill.go index 253d5ac..2b208eb 100644 --- a/qrm/utill.go +++ b/qrm/utill.go @@ -9,7 +9,6 @@ import ( "reflect" "strings" "time" - "strconv" )