diff options
Diffstat (limited to 'src/unheard/time_object.clj')
| -rw-r--r-- | src/unheard/time_object.clj | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/unheard/time_object.clj b/src/unheard/time_object.clj index 89070f6..62e84b5 100644 --- a/src/unheard/time_object.clj +++ b/src/unheard/time_object.clj @@ -1,7 +1,6 @@ (ns unheard.time-object (:require [missionary.core :as m] - [unheard.interval :as i] - [helins.interval.map :as imap])) + [unheard.interval :as i])) ;; TODO: Update description (defn time-object |
