Skip to content

Commit

Permalink
Fix: remove firn.org circular dependency (#42)
Browse files Browse the repository at this point in the history
- Remove unused LocalDate import
  • Loading branch information
Yosevu Kilonzo authored Oct 1, 2020
1 parent a2a6b40 commit 6cf34f7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions clojure/src/firn/org.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
Which are created by the rust binary."
(:require [clojure.java.shell :as sh]
[clojure.string :as s]
[firn.util :as u]
[firn.org :as org])
(:import iceshelf.clojure.rust.ClojureRust)
(:import (java.time LocalDate)))
[firn.util :as u])
(:import iceshelf.clojure.rust.ClojureRust))

(defn parse!
"Parse the org-mode file-string.
Expand Down

0 comments on commit 6cf34f7

Please sign in to comment.