Skip to content

Commit

Permalink
Add explicit clojure.instant require
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonbloom committed Sep 8, 2019
1 parent 8bb6fac commit 7cef283
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/fipp/ednize.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
(ns fipp.ednize
(:require [fipp.util :refer [edn?]]))
(:require [clojure.instant]
[fipp.util :refer [edn?]]))

(defprotocol IEdn
"Perform a shallow conversion to an Edn data structure."
Expand Down

0 comments on commit 7cef283

Please sign in to comment.