Skip to content
Snippets Groups Projects
Commit 02df710d authored by Allen Gilliland's avatar Allen Gilliland
Browse files

add missing import

parent 6e35ae34
No related branches found
No related tags found
No related merge requests found
(ns metabase.events
"Provides a very simply event bus using `core.async` to allow publishing and subscribing to intersting
topics happening throughout the Metabase system in a decoupled way."
(:require [clojure.core.async :as async]
(:require clojure.java.classpath
[clojure.core.async :as async]
[clojure.tools.logging :as log]
[clojure.tools.namespace.find :as ns-find]))
......
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