Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Commit

Permalink
Add missing import.
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrooka committed Nov 14, 2019
1 parent 1e26d45 commit 72e5e6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/metabase/driver/cubejs/utils.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
(ns metabase.driver.cubejs.utils
(:require [metabase.query-processor.store :as qp.store]
(:require [clojure.tools.logging :as log]
[metabase.query-processor.store :as qp.store]
[clj-http.client :as client]))

(defn- get-cube-api-url
Expand Down

0 comments on commit 72e5e6a

Please sign in to comment.