Skip to content

Commit

Permalink
Remove unneeded import
Browse files Browse the repository at this point in the history
  • Loading branch information
wardle committed Mar 27, 2022
1 parent 53687dd commit a35bd27
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/com/eldrix/hermes/store_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
[com.eldrix.hermes.impl.language :as lang]
[com.eldrix.hermes.impl.store :as store]
[com.eldrix.hermes.snomed :as snomed]
[com.eldrix.hermes.specs :as-alias specs]
[clojure.set :as set])
(:import (java.time LocalDate)
(java.io File)))
[com.eldrix.hermes.specs :as-alias specs])
(:import (java.time LocalDate)))

(stest/instrument)

Expand Down

0 comments on commit a35bd27

Please sign in to comment.