Skip to content
Snippets Groups Projects
Commit 48419a2f authored by Cam Saul's avatar Cam Saul
Browse files

remove unused namespaces

parent 6c62e2cd
No related branches found
No related tags found
No related merge requests found
......@@ -10,12 +10,10 @@
[query :refer :all])
[metabase.db :refer :all]
[metabase.driver :as driver]
[metabase.driver.interface :as i]
[metabase.driver.query-processor :as qp :refer [*query*]]
(metabase.driver [interface :as i]
[query-processor :as qp :refer [*query*]])
[metabase.driver.mongo.util :refer [with-mongo-connection *mongo-connection* values->base-type]]
(metabase.models [database :refer [Database]]
[field :refer [Field]]
[table :refer [Table]])
[metabase.models.field :refer [Field]]
[metabase.util :as u])
(:import (com.mongodb CommandResult
DBApiLayer)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment