From ab52450060d7544fd89df2362dd47f728e50bd19 Mon Sep 17 00:00:00 2001
From: Simon Belak <simon@metabase.com>
Date: Sun, 17 Feb 2019 17:11:19 +0100
Subject: [PATCH] Add missing requires

---
 src/metabase/sync/analyze/fingerprint/insights.clj | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/metabase/sync/analyze/fingerprint/insights.clj b/src/metabase/sync/analyze/fingerprint/insights.clj
index 5754c6e4f70..8285f270577 100644
--- a/src/metabase/sync/analyze/fingerprint/insights.clj
+++ b/src/metabase/sync/analyze/fingerprint/insights.clj
@@ -1,6 +1,9 @@
 (ns metabase.sync.analyze.fingerprint.insights
   "Deeper statistical analysis of results."
-  (:require [kixi.stats
+  (:require [clj-time
+              [coerce :as t.coerce]
+              [core :as t]]
+            [kixi.stats
              [core :as stats]
              [math :as math]]
             [metabase.models.field :as field]
-- 
GitLab